I am facing Scrolling issue in SeeTest Automation
for Android automation using Mobile Webdriver + Selenium .
I have tried JScriptExcecutor
, Scroll methods also but i was not able to scroll so anyone can help me regarding this ?
I am facing Scrolling issue in SeeTest Automation
for Android automation using Mobile Webdriver + Selenium .
I have tried JScriptExcecutor
, Scroll methods also but i was not able to scroll so anyone can help me regarding this ?
Copyright © 2021 Jogjafile Inc.
you can scroll in android device using screen dimensions, find the below function,
add this to ur code and simply use scroll(); in ur test case