Hi,
Although I'm using the following:
driver = new AndroidDriver(capabilities);
driver.manage().timeouts().implicitlyWait(90, TimeUnit.SECONDS);
driver.manage().timeouts().setScriptTimeout(90, TimeUnit.SECONDS);
I'm still getting this error for pages that are not loaded in less for 20 sec :
org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died.
Build info: version: '2.33.0', revision: '4e90c97', time: '2013-05-22 15:33:32'
System info:
os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_07'
Any suggestion ????
Thanks,
Doron.