Posts by Retr0 • 15 points
2 posts
-
0
votes1
answer81
viewsQ: Selenium Python IE 11 Runtime Problem
I have a problem running Selenium on IE 11. from selenium import webdriver from selenium.webdriver.common.keys import Keys driver = webdriver.Firefox() driver.get("http://www.python.org") assert…
-
0
votes1
answer2337
viewsQ: How to access an iframe using Selenium Python
Does anyone know how I can access an iframe from a web page without the iframe ID and NAME ? I know there’s a command calledswitch_to_frame.