Selenium botting advice

Viewed 18

So I'm using chrome in selenium Python 3.9.5. I want to make an automated bot, and the way I thought this was the best is to create a function around a sought after (by me) library that detects a graphical element in chromebrowser. Any suggestions on pypi? The point of this is that it'd make it easier to integrate pyHM to automate basically anything that has a static kind of element to perform an action on (even if the url is different), so any suggestions?

0 Answers
Related