Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

use phantomjs-prebuilt #3704

Merged
merged 1 commit into from
Nov 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/browser-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ capabilities: {
* Can be used to specify the phantomjs binary path.
* This can generally be ommitted if you installed phantomjs globally.
*/
'phantomjs.binary.path': require('phantomjs').path,
'phantomjs.binary.path': require('phantomjs-prebuilt').path,

/*
* Command line args to pass to ghostdriver, phantomjs's browser driver.
Expand Down