android - How to open & access navigation side drawer in appium ? I am using java language for automation in appium -


my code not working:

mobileelement el = (mobileelement) driver.findelementbyid("jpb.com.upisimulator:id/action_bar");         mobileelement el2 = el.findelementbyname("open navigation drawer");         el2.click(); 


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -