https://github.com/zurdi15/nbz
Bot to automate internet browsing
https://github.com/zurdi15/nbz
automation bot browser-automation browsermob-proxy crawler selenium testing web
Last synced: about 1 month ago
JSON representation
Bot to automate internet browsing
- Host: GitHub
- URL: https://github.com/zurdi15/nbz
- Owner: zurdi15
- License: mit
- Created: 2018-03-04T22:25:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T10:34:45.000Z (over 3 years ago)
- Last Synced: 2025-03-27T14:52:18.074Z (about 2 months ago)
- Topics: automation, bot, browser-automation, browsermob-proxy, crawler, selenium, testing, web
- Language: Python
- Homepage:
- Size: 89.8 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
NBZ
The NBZ was launched to provide a framework to automate web browsers to scrap or test any web page, based on selenium webdriver. This provides the user a higher level layer and a simpler way to create web testing scripts. Also, browsermob-proxy is implemented as proxy into NBZ to capture http requests.
NBZ is configured with nbz scripts.
> IMPORTANT: Whenever you want to test into your own browser how a web page behaves to code your script, you must do it into incognito mode. Each script session is executed as if it were incognito mode, a totally new instance of the browser, cache, cookies, local storage and session storage.
Download: https://github.com/zurdi15/NBZ/releases
Documentation: https://github.com/zurdi15/NBZ/wiki
Compatible OS and browsers:
- Linux
- Chrome
- FirefoxInstalling
Prerequisites
- openjdk
- python3
- pip3