SeleniumHQ / selenium-google-code-issue-archive

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

Unable to send full string to an input field on Samsung Galaxy Tab with AndroidDriver #1879

Closed lukeis closed 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 1879

What steps will reproduce the problem? (using selenium-webdriver)
1.  Install server apk on Samsung Galaxy Tab
2.  driver = Selenium::WebDriver.for(:remote, :url => "http://192.168.1.145:8080/wd/hub")
3.  driver.get "http://www.google.com"
4.  driver.send_keys("stuff")

What is the expected output? What do you see instead?
I expect to see the word "stuff" appear in the google search input.  Instead, I see
the letter "s" and that is it.

What version of the product are you using? On what operating system?
Latest as of r12536; Android + MacOS; tried using both the java client and the ruby
client but got the same results.

Please provide any additional information below.
If you have any more questions, just let me know.  This is happening no matter which
client I end up using.

Reported by marc.d.chapman on 2011-06-20 18:58:44

lukeis commented 8 years ago

Reported by jmleyba on 2011-06-20 20:36:43

lukeis commented 8 years ago

Reported by berrada@google.com on 2011-06-20 21:04:05

lukeis commented 8 years ago

Reported by berrada@google.com on 2011-06-20 21:06:16

lukeis commented 8 years ago

Reported by barancev on 2011-10-13 05:10:40

lukeis commented 8 years ago

Reported by berrada@google.com on 2012-01-27 16:57:42

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:35

lukeis commented 8 years ago

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