An open API service indexing awesome lists of open source software.

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

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
- Firefox

Installing

Prerequisites

- openjdk
- python3
- pip3

![](https://media.giphy.com/media/26n79jmM0LlJwtpi8/giphy.gif)