Scroll/Swipe using Appium 2.0 | Appium Gesture plugins | Appium Tutorials

Опубликовано: 16 Октябрь 2024
на канале: AutomationWithArnab
5,960
47

In this video, I have discussed how implement scroll/swipe using appium-gesture plugins.

Scroll/swipe using W3C action is bit complex that's why appium brings a this gesture plugins to write scroll/swipe code easily.

Steps:
1. Install Appium 2.0 - npm i --location=global appium
2. Install driver - appium driver install uiautomator2
3. Install apiium gesture plugins - appium plugin install --source=npm appium-gestures-plugin
4. Run appium server using command - appium --use-plugins=gestures

Appium Commands:
1. To see all driver list
appium driver list
2. To all plugins
appium plugin list

Sample Code :
https://github.com/AutoInnoMation/app...

other tutorials
Appium(Java-Client) V7 to V8 :    • Appium(Java-Client) Migration V7 to V...  
Scroll using W3C action :    • Appium(Java-Client) Migration V7 to V...  
Zoom using W3C action :    • Appium(Java-Client) Migration V7 to V...  
#appium #automation #softwaretesting #selenium #appium2
#testautomation