You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
480 B
INI
12 lines
480 B
INI
10 years ago
|
# What WebDriver to use for the tests
|
||
|
driver=phantomjs
|
||
|
#driver=firefox
|
||
|
#driver=chrome
|
||
|
#driver=http://localhost:8910
|
||
|
#driver=http://localhost:4444/wd/hub
|
||
|
|
||
|
# PhantomJS specific config (change according to your installation)
|
||
|
#phantomjs_exec_path=/Users/Bingo/bin/phantomjs-qt5
|
||
|
phantomjs_exec_path=/Users/Bingo/Downloads/phantomjs-1.9.8-macosx/bin/phantomjs
|
||
|
#phantomjs_driver_path=/Users/Bingo/Documents/workspace/webmagic/webmagic-selenium/src/main.js
|
||
|
phantomjs_driver_loglevel=DEBUG
|