Closed lukeis closed 8 years ago
Reported by barancev
on 2012-05-09 10:35:57
I also encountered the same problem.
First,I open a page by calling function below:
driver.get("http://m.huawei.com")
then,call function below to input some chinese in the input box:
driver.find_element_by_id("Search_Input").send_keys(u"中文搜索"),
I can not see anything in the Input box of page.
the attachment is my testcase file.
the version of webdriver is android-server-2.21.
android's version is 4.0.3.
Reported by lsqcugjsj
on 2012-10-20 08:25:05
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
WontFix
Reported by luke.semerau
on 2015-09-17 18:15:22
Originally reported on Google Code with ID 3865
Reported by
cupidliu713
on 2012-05-08 04:23:04