travist / jquery.go.js

An easy-to-use web testing and automation tool that uses the jQuery interface within Node.js to interact with the Phantom.js browser.
MIT License
150 stars 35 forks source link

URL without protocol doesn't work #10

Closed franklinjavier closed 7 years ago

franklinjavier commented 10 years ago

Hi, first off all, thanks for this great tool.

I'm trying to access a page with URL like this "//www.google.com" (without "http:"), but doesn't work. It would be nice if it had a condition that verify the URL param before request the page. What do you think?

Thanks