Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.27 KB

PhantomJSDriverConfig.wiki

File metadata and controls

19 lines (13 loc) · 1.27 KB

PhantonJS Driver Config

Authorship

https://d3qmoqvtroy6p7.cloudfront.net/logo.png

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

/img/wiki/web-driver/phantomjs-config.png