Search Results

1
vote
5answers
380 views

Python Web-based Bot

I am trying to write a Python-based Web Bot that can read and interpret an HTML page, then execute an onClick function and receive the resulting new HTML page. I can already read the HTML page and …