You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
I've compensated for this by using eval_script() getting content from the javascript side.
webSession.eval_script("document.getElementById('container-iframe').contentDocument.getElementsByClassName('node')[0].style.fill;") would return the fill color of the node inside of the iframe.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How can I work with the elements inside an iframe? Is there a way to switch frames like Selenium does?
Selenium Docs
driver.switch_to_frame("frameName")
driver.switch_to_default_content()
The text was updated successfully, but these errors were encountered: