Hacker News new | ask | show | jobs
by mherrmann 1469 days ago
Regarding automatic selectors: check out my open source library https://github.com/mherrmann/selenium-python-helium.
1 comments

This is actually very interesting. I like how it's done. Very great job.

We also do the same thing but we also understand the box (context) then we can say. We should be on Sign in box and a button called Sign in should be present. If we are on a different page and we cannot find something similar to it, we will give better error messages. Like: we should have been on Sign in page but we are on sign up. etc.