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? -

android - How to prevent keyboard from closing when bottom dialog is open? -