修复seleniumDownloader配置文件写死的问题 #475
parent
d87c73b472
commit
895fca9fd7
@ -0,0 +1,11 @@
|
||||
#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/detro/bin/phantomjs-qt5
|
||||
phantomjs_exec_path=/Users/detro/bin/phantomjs-upstream
|
||||
phantomjs_driver_path=../../src/main.js
|
||||
phantomjs_driver_loglevel=DEBUG
|
Loading…
Reference in New Issue