Skip to content

HelpAddonsJxbrowserJxbrowser

thc202 edited this page Apr 4, 2017 · 7 revisions

JxBrowser

JxBrowser is an embedded browser based on Chromium. It has no other external dependencies so you can be sure that it will work out of the box. You can launch as many instances as you like and they will all be automatically configured to proxy via ZAP. However you will need to trust the ZAP root CA certificate in order to access certain sites like www.google.com

You can still use any other browser to proxy via ZAP but you will need to manually configure those browsers to proxy via ZAP.

Using JxBrowser for Automation

The lack of external dependencies makes JxBrowser particularly useful for automated testing. The JxBrowser can be selected, for use with other functionalities (e.g. AJAX Spider), through the command line or the ZAP API using the ID jxbrowser.

It is not a headless browser but it can be run headless using technologies such as virtual frame buffers. The ZAP docker images contain a script that starts ZAP with xvfb.

Licensing

JxBrowser http://www.teamdev.com/jxbrowser is a proprietary software. The use of JxBrowser is governed by JxBrowser Product Licence Agreement http://www.teamdev.com/jxbrowser-licence-agreement. If you would like to use JxBrowser in your development, please contact TeamDev.

As a ZAP user you will be able to use the ZAP JxBrowser add-on for any purposes. However if you change the ZAP source code and call the JxBrowser API from one of your own products then you will need to arrange a suitable licence with TeamDev. It is also worth noting that while JxBrowser does not ‘phone home’ the internal Chromium functionality may call 3rd party services (spell checking, geolocation, etc) in a similar way to other browsers.

Many thanks to TeamDev for generously granting us a permanent free license to allow us to redistribute JxBrowser with ZAP.

Clone this wiki locally