The browsers Microsoft Edge and Chromium are not supported. Advanced security features can only be set on Firefox, Chrome and Opera.
-
Install a browser and webdriver which is supported by Selenium. You can get a list of supported software here.
-
Install the python dependencies
pip install -r requirements.txt --user
cd /path/to/thonny/
PYTHONPATH=/path/to/thonny-webdriver/ python -m thonny
Click on the "Tools" section in the menu at the top of the program. And then select "Open Website". You will be asked to input a website. A new browser window will open with the desired website. After that, you can click on the "Tools" section in the menu again and select "Start observing element by id". You will be asked to input a HTML element id which will be observed in the background. To stop observing an elment you can select the "Stop observing element by id" option and provide the HTML element id.
This project is using third party projects and libraries.
Name | Website | License |
---|---|---|
thonny | https://thonny.org | MIT |
selenium | https://github.com/SeleniumHQ/selenium/ | Apache 2.0 |