[ACCEPTED]-Clicking a button automatically in a web browser with python-bots
Accepted answer
You can use mechanize for that. It provides an easy 1 way for interacting with websites.
If you’re looking to really simulate a browser, you 5 might want to look at Selenium, which allows you 4 to control a real web browser.
If the website 3 you’re looking to interface with uses a 2 lot of JavaScript (e.g. onclick
handlers), it can 1 be very handy.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.