The screen is not navigating even the click() method is executed successfully in mobile web app using selenium web driver
问题 I was trying to click a button on my mobile web app, using selenium web driver. The button is located, the text over the button can be derived and even the click event is performing well. But the navigation doesn't occur. I tried with Click() method, sendKeys() method and also with script executor. But couldn't process further on. CODE: public class TestWeb { WebDriver driver; private Selenium selenium; @Before public void setUp() throws Exception { driver = new IPhoneDriver(); driver.get(