Replies: 2 comments 1 reply
-
I was aware of some headless browser automation using the Selenium web Driver backend. There were a couple other projects automating bing rewards using this method. I found the setup complex and lots of dependencies for Selenium, so I created this as a simple alternative. |
Beta Was this translation helpful? Give feedback.
0 replies
-
what about using https://docs.python.org/3/library/webbrowser.html ?? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering why not using the headless mode?
Chrome and Firefox support this option (I guess Edge too because is based on Chrome) In this way you won't need any dependencies at all
Beta Was this translation helpful? Give feedback.
All reactions