Skip to content

zurdi15/nbz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5ba80ee · Jan 12, 2022
Aug 27, 2019
Jan 14, 2020
Sep 3, 2019
Jan 12, 2022
Feb 25, 2020
Aug 27, 2019
Aug 27, 2019
Aug 28, 2019
Feb 20, 2020
Dec 11, 2019
Jan 7, 2022

Repository files navigation

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