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 -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -