SeleniumHQ / selenium-google-code-issue-archive

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

switchTo().frame doesn't work on android when the frame originating from another domain. #4831

Closed lukeis closed 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 4831

When running a test on android emulator, I use webdriver – androidDriver. I tried to
switch to a frame that exist on the page originating from another domain it failed
('error code 500').

Selenium version:selenium 2.25
OS:android emulator

For example:
I entered to http://www.pierslawson.webspace.virginmedia.com/Examples/CrossDomain/InnerFrame.html
an than do switch to "parentProxy" - it failed‬.

Reported by brachaglazel on 2012-11-28 08:27:55

lukeis commented 8 years ago

Reported by barancev on 2012-12-20 07:01:11

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:16:25