Selenium python wechseln auf 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()