ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

android - unable to switch on main document, id frame is required #981

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

This issue is only related to Android, because it works well on desktop.
Indeed, the command 
https://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/fra
me is not properly implemented for Android.

Parameter "id" should be null and thus, driver should try to switch back on 
main document instead of throwing an unknown server exception with message : 
"missing 'id'".

Thanks

Original issue reported on code.google.com by yannick....@gmail.com on 29 Nov 2014 at 4:31

GoogleCodeExporter commented 9 years ago
Ok sorry, unlike desktop version, the id parameter must exists and set to null.
Issue closed.

Original comment by yannick....@gmail.com on 14 Dec 2014 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:18