You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
if I runt this command from arrow command line,
./node_modules/.bin/arrow ./arrow_files/basic_test/test-yahoo-title.js
--baseUrl=http://sports.yahoo.com --browser=firefox
It gives me error
[2013-04-08 12:03:23.997] [ERROR] SeleniumDriver - Cannot load a local file
without arrow_server running:
[2013-04-08 12:03:23.997] [ERROR] Arrow - Cannot load a local file without
arrow_server running:
/but with this
if I runt this command from arrow command line,
./node_modules/.bin/arrow ./arrow_files/basic_test/test-yahoo-title.js
--baseUrl=http://sports.yahoo.com --browser=firefox
It gives me error
[2013-04-08 12:03:23.997] [ERROR] SeleniumDriver - Cannot load a local file
without arrow_server running:
[2013-04-08 12:03:23.997] [ERROR] Arrow - Cannot load a local file without
arrow_server running:
/but with this
./node_modules/.bin/arrow ./arrow_files/basic_test/test-yahoo-title.js
--baseUrl=http://sports.yahoo.com --browser=firefox
--page=http://sports.yahoo.com
runs fine..
Basically, arrow should treat --baseUrl as --page in this case..
The text was updated successfully, but these errors were encountered: