SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
345 stars 195 forks source link

id and xpath not working with android server 2.11 #5750

Closed lukeis closed 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 5750

selenium-server-standalone-2.11.0
selenium-java-2.11.0
android-server-2.11.0.apk

id and xpath not working. Only name element is working.
WebDriver driver = new AndroidDriver();
// And now use this to visit Google
  driver.get("http://www.google.com");

WebElement element = driver.findElement(By.id("gbqfq"));
//WebElement element = driver.findElement(By.name("q"));

Reported by ngoyal2012 on 2013-06-08 12:33:53


lukeis commented 8 years ago

Reported by barancev on 2013-06-11 20:36:06

lukeis commented 8 years ago
Selenium project no longer supports the AndroidDriver.

Please use Selendroid instead:
http://selendroid.io/webview.html

And log any issues against that project:
https://github.com/selendroid/selendroid/issues

Reported by luke.semerau on 2013-12-26 21:57:36

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 18:17:21