Closed lukeis closed 8 years ago
Reported by adamgoucher
on 2012-11-26 15:54:34
The code in the original bug report is not correct; JavaScript automatic semicolon insertion
turns that line of code into "return; true" so it can be expected that it would not
return true. This is per the spec and will occur everywhere. However, I can verify
that any code passed to executeScript containing newlines does not work correctly in
AndroidDriver and returns null when it should not. Modifying the original test case
code to be either "\nreturn true" or "return true\n" triggers the bug. "return true"
works.
Reported by google@zetafleet.com
on 2013-10-24 16:01:40
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:16:25
Originally reported on Google Code with ID 4816
Reported by
jan.papousek
on 2012-11-23 14:09:42