PhantonJS Driver Config

Download

Authorship

This plugin was implemented by BlazeMeter Inc. and then contributed to community as Open Source.

Introduction

Add this configuration to enable Selenium testing using a PhantomJS. Single option required is the path to PhantomJS executable.

Add parameters send to the PhantomJS Driver with text field phantomjs.cli.args, see all parameters at PhantomJS Command line parameters Parameters will be split with the comma separator (example : --web-security=false, --ignore-ssl-errors=true will be convert to "--web-security=false","--ignore-ssl-errors=true")

Add parameters send to the GhostDriver with text field phantomjs.ghostdriver.args, see all parameters at GhostDriver Command line parameters Parameters will be split with the comma separator