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

using jquery as http instead of browser url #23

Open sourcepirate opened 9 years ago

travist commented 9 years ago

This would cause an SSL error if you are testing a site that is in https. Why did you need to make this change?

sourcepirate commented 9 years ago

for testing node-webkit apps we need to have http or https so you can create a new branch for node-webkit and make this change as well.