Script To Open Web Browser And Enter Data
I am not sure if this is possible, but I was wondering if it would be possible to write a script or program that would automatically open up my web browser, go to a certain site, f
Solution 1:
There are a number of tools out there for this purpose. For example, Selenium, which even has a package on PyPI with Python bindings for it, will do the job.
Solution 2:
maybe you can use zope.testbrowser it's really easy to use.
Post a Comment for "Script To Open Web Browser And Enter Data"