Home > Software design >  I cant switch selenium to iframe
I cant switch selenium to iframe

Time:12-07

I tried everything but I couldn't switch the selenium to the iframe. If you enter image description here

Imports:

from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait 
from selenium.webdriver.support import expected_conditions as EC
  • Related