GANA
GANA

Reputation: 138

Not able to run the CasperJS scripts after updating

I am facing some weird issue. Before updating SlimerJS and casperJS every script were working fine but since from yesterday i am not able to run the scripts. when i run this below command to run the script

sudo xvfb-run -a casperjs test --engine=slimerjs testsuite/testing_part1.js --username=user --password=pwd --url=url_of_the_site

every scripts are getting failed

has anybody know what/why this error i am getting? Currently i am using SlimerJS=SlimerJS 0.9.6 and CasperJS=1.1.0-beta3

Upvotes: 0

Views: 251

Answers (1)

Prateek.Naik
Prateek.Naik

Reputation: 556

Add http:// to your URL like this:http://URL.It will work

Upvotes: 1

Related Questions