Appium(Java-Client) Migration V7 to V8 | Appium 8 | W3C Actions | Scroll | Swipe | Part 2

Опубликовано: 07 Август 2026
на канале: AutomationWithArnab
5,479
64

Appium v7-to-v8 Migration Guide :
Time
All methods that use TimeUnit class or where the time is passed as a simple numeric value were replaced with their alternatives using java.time.Duration class.

MobileElement
DefaultGenericMobileElement class has been removed completely together with its descendants (MobileElement, IOSElement, AndroidElement etc.). Use WebElement instead.

Touch Actions
The TouchAction and MultiTouchAction classes have been deprecated. The support of these actions will be removed from future Appium versions. Please use W3C Actions instead or the corresponding extension methods for the driver (if available). Check

SCROLL – THE BEHAVIOR
Set the event
Move finger into starting position
Determine scroll area dimensions
Determine the X&Y on screen
Finger comes in contact with the screen
Wait for a bit
Finger moves to position
Determine X & Y on screen
Speed
Finger moves up from the screen

Codebase : https://github.com/AutoInnoMation/App...
Part 1 :    • Appium(Java-Client) Migration V7 to V8 | S...  

Other Appium Tutorials :
Tutorials 1 :    • Appium Tutorial For Beginners | Appium For...  
Tutorials 2 :    • Appium Tutorial For Beginners | Appium For...  
Tutorials 3 :    • Create Test Automation Framework using App...  

#appium #automationtesting #selenium #testing #testautomation #automationtester