Can I press back button using selenium web driver of android emulator
Can I press back button of android emulator using selenium web driver?
Looking for help.
Answers
I was using Selenium with Appium and Android emulator, succeeded with
webdriver.navigate().back();