Skip to content Skip to sidebar Skip to footer
Showing posts with the label Phantomjs

Browser-based Client-side Scraping

I wonder if its possible to scrape an external (cross-domain) page through the user's IP? For … Read more Browser-based Client-side Scraping

Calling Click() Function On Html Element In Jasmine-phantomjs Test

I run my tests with Karma and PhantomJS: INFO [karma]: Karma v0.12.32 server started at http://loc… Read more Calling Click() Function On Html Element In Jasmine-phantomjs Test

How Do I Reliably Execute Jasmine Tests That Utilize Requirejs Via Phantomjs?

I am using phantomjs to run jasmine test. My jasmine tests are using require around the describe bl… Read more How Do I Reliably Execute Jasmine Tests That Utilize Requirejs Via Phantomjs?

Casperjs: How Do I Click A Remote Div And Then Update It's Class Name?

As a way of learning CasperJS, I am trying to initiate a click event on a div on a remote page, and… Read more Casperjs: How Do I Click A Remote Div And Then Update It's Class Name?

Casperjs- Register On A Site And Validate The Mail Sent On Gmail -for Both Slimer And Phantom-

Edit : this is the windows behaviour, with linux it just fails. First, if you succeeded navigate on… Read more Casperjs- Register On A Site And Validate The Mail Sent On Gmail -for Both Slimer And Phantom-

Rails Page Js Works In Real Browser / Manual Testing But Not In Phantomjs & Selenium Specs

In one of my Rails projects, I'm working on an interface to do CRUD operations on a resource (C… Read more Rails Page Js Works In Real Browser / Manual Testing But Not In Phantomjs & Selenium Specs