With python selenium I am currently developing a very complex test case. In the midst of it (page might be loading, with iframes inside iframes etc), I just want to open a webpa
I think you switched into a frame just before .get(). And you cannot open an url in the frame. Try driver.switch_to_default_content()
driver.switch_to_default_content()