Comment on Nightwatch.jsComments−pkmishra12ywhat benefit does it have in comparison to casperjs?−jffry12yThis uses Selenium WebDrivers so that you can run your tests against actual browsers (instead of PhantomJS). Notably this means that you can run your tests in IE−victorhooi12yAlso, this is Node.js compatible - CasperJS is not.−camus212ywhatever casperjs is as compatible with nodejs as this stuff.This stuff uses selenium,it's not a stand alone solution.−neebz12ycasper works with phantomjs. nightwatch works with selenium.−neals12yThank you for introducing me to phantomjs, just the thing I need.−deelowe12yIf you like phantom, check out casper. It makes phantom much easier to use
Comments
what benefit does it have in comparison to casperjs?
This uses Selenium WebDrivers so that you can run your tests against actual browsers (instead of PhantomJS). Notably this means that you can run your tests in IE
Also, this is Node.js compatible - CasperJS is not.
whatever casperjs is as compatible with nodejs as this stuff.This stuff uses selenium,it's not a stand alone solution.
casper works with phantomjs. nightwatch works with selenium.
Thank you for introducing me to phantomjs, just the thing I need.
If you like phantom, check out casper. It makes phantom much easier to use