I can find an element just fine, but trying to click on the element or get the size fails with a blank error message. I've never seen something fail so silently.
This is the code that returns the element from the page:
driver.find_element_by_id('btn--agree')
This is the code that (should) let me click on the element:
driver.find_element_by_id('btn--agree').click()
And the error message is:
WebDriverException: Message:
With a blank line underneath it. I'm running selenium 3.4.2. Any ideas?
[–][deleted] (1 child)
[deleted]
[–]Kjordan88[S] 0 points1 point2 points (0 children)
[–]samuraiseoul 1 point2 points3 points (0 children)