Selenium Python passe à Iframe
# go to iframe
driver.switch_to.frame(iframe)
# back to previous frame
driver.switch_to.parent_frame()
marcofaga
# go to iframe
driver.switch_to.frame(iframe)
# back to previous frame
driver.switch_to.parent_frame()