kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
487 stars 61 forks source link

I can't access the iframe using find_element #259

Closed larry-ct closed 1 month ago

larry-ct commented 1 month ago
    iframes = await driver.find_elements(By.TAG_NAME,"iframe")

image

kaliiiiiiiiii commented 1 month ago

JSNodeList is a list of the found iframes. Don't see an issue with that?

The length of the list being 0 likely mean that no iframe is on that page at this specific point in time.

Also, please next time provide information on how to reproduce the issue. This is a warning.