Simulating back, home button in Android in Appium
We can use below lines of code to simulate the back and home button of Android phone in Appium. To simulate the Home button, we can use below line of code. driver.pressKeyCode(AndroidKeyCode.HOME); To simulate the...
Recent Comments