CasperJS is a JavaScript based navigation scripting & testing utility for PhantomJS (WebKit) and SlimerJS (Gecko).
Yesterday I've written my first tests with CasperJS and I find it amazing. The problem is that I couldn't find …
phantomjs casperjsI'm using PhantomJs, CasperJs, and Js in a js file ran through the cmd. Imagine we had two files(test1.…
javascript jquery cmd phantomjs casperjsI know I can use: casper.test.assertExists(#selector); But I want to actually store if it exists in a …
javascript casperjsI installed PhantomJS in C:\xampp\htdocs\phantom and also I installed CasperJS in this folder C:\xampp\htdocs\casper …
phantomjs casperjsI recently tried to login into a webiste that forces me to accept cookies. I'm using phantomJs and casperJs. I …
javascript login phantomjs casperjsWell, i can launch slimerjs by specifying the path of the slimer.bat file : C:\bin\slimerjs\slimerjs.bat and …
exe relative-path casperjs absolute-path slimerjscasper.then(function(){ phone_number = '7wqeqwe6'; phone_password = 'Teqweqweqw34'; }); casper.thenEvaluate(function(phone,password) { document.querySelector('input#…
casperjsI have a list of links that I have to simulate a click on using CasperJS. They all share the …
casperjsFor debugging purporses I need to see the whole request: headers and data. How can I achieve this?
javascript http casperjsFor some reason when I try running the following code: var casper = require('casper').create(); var x = require('casper').selectXPath; …
xpath css-selectors web-scraping casperjs selectors-api