Python Selenium (waiting for frame, element lookups)
I have these includes: from selenium import webdriver from selenium.common.exceptions import NoSuchElementException from selenium.webdriver.common.keys import Keys Browser set up via browser = webdriver.Firefox() browser.get(loginURL) However sometimes I do browser.switch_to_frame("nameofframe") And it won't work (sometimes it does, sometimes it doesn't). I am not sure if this is because Selenium isn't actually waiting for pages to load before it executes the rest of the code or what. Is there a way to force a webpage load? Because sometimes I'll do something like browser.find_element_by_name(