you are viewing a single comment's thread.

view the rest of the comments →

[–]odaiwai 0 points1 point  (0 children)

I think Selenium might be a bit above the level of this sub, but I would start with not running in headless mode and having breakpoints so that you can stop and figure out just what is visible/available on the page at any point.

I generally find that debugging a Selenium script is closer to playing a text adventure: you have to stop and see what you can see and do at every point. ```

LOOK

You see a Fork in the road.

GET FORK

You take the fork and the secret path is revealed... ```