ReportBot: automated viewing of website reports
Daftar isi
ReportBot: automated website report viewing system
Introduction
Installation
- Install the appropriate Python for your system. Download from https://www.python.org/downloads/ and following the installation instructions.
- Download the Selenium Python bindings (using the green button at the top of the page) at https://pypi.python.org/pypi/selenium
- Decompress the tar.gz file, and save the directory structure (it should be saved as a directory called something like selenium-2.42.1)
- From the saved directory, under the 'py' directory, copy the entire 'selenium' directory and subdirectories into the 'Lib' directory of the python install (normally C:\Python27\Lib)
- Install the web driver software
- Download the right web driver for the web browser that will be used from http://code.google.com/p/selenium/w/list?can=2&q=label=WebDriver&colspec=PageName%20Summary%20Changed%20ChangedBy
- Save it into the Python install directory (normally C:\Python27)
- Install the python script
- Copy and save the script below into a file called ReportBot.py