I am using Android latest SDK Tool(rev.19), and the google web driver
rev.2.
I found the js execution does not support on android framework mode
whatever on emulator 4.0.3 or real 2.3 driver, but it works well on
remote android web drvier.
Any one know why? is it a bug of google web driver?
This is my code:
driver = new AndroidWebDriver(getActivity());
driver.get("http://fe.baidu.com/~tpl/websrc/");
JavascriptExecutor js = ((JavascriptExecutor) driver);
js.executeScript("alert(\"test\");");
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en