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

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

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?

Phantomjs.rb Freezing When Trying To Screen Capture Page In My Rails Application

I'm having trouble getting a screen capture from my application while using the phantomjs.rb ge… Read more Phantomjs.rb Freezing When Trying To Screen Capture Page In My Rails Application

Python Click Button On Alert

I am new to python, but need to modify code created by someone else. I am not able to post the full… Read more Python Click Button On Alert

Qunitjs-tests Don't Start: Phantomjs Timed Out, Possibly Due To A Missing Qunit Start() Call

I have set up my test environment as described here with QunitJS + PhantomJS + GruntJS: http://jord… Read more Qunitjs-tests Don't Start: Phantomjs Timed Out, Possibly Due To A Missing Qunit Start() Call

Casperjs Doesn't Work As Expected On Windows Machine

I have a casperjs script which gives the desired result when I run on a linux server, but when I ru… Read more Casperjs Doesn't Work As Expected On Windows Machine