Selenium is not finding a div when given its id

Viewed 16

When I try to select by id selenium says it doesn't exist.

Not sure why that is.

Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id="thing_id_1468592"]"}

Are there known bugs with Selenium? From the javascript console i can find that element by that ID.

Also, I sleep for 10 seconds and the page is definitely loaded before I query for the element.

0 Answers
Related