Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
PhantomJS Cookbook

You're reading from   PhantomJS Cookbook Over 70 recipes to help boost the productivity of your applications using real-world testing with PhantomJS

Arrow left icon
Product type Paperback
Published in Jun 2014
Publisher
ISBN-13 9781783981922
Length 304 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Rob Friesel Rob Friesel
Author Profile Icon Rob Friesel
Rob Friesel
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Getting Started with PhantomJS 2. PhantomJS Core Modules FREE CHAPTER 3. Working with webpage Objects 4. Unit Testing with PhantomJS 5. Functional and End-to-end Testing with PhantomJS 6. Network Monitoring and Performance Analysis 7. Generating Images and Documents with PhantomJS 8. Continuous Integration with PhantomJS Index

Using WebdriverJS as a Selenium client for PhantomJS


This recipe demonstrates how to use WebdriverJS as a JavaScript-based Selenium client. We will run tests and discuss how to use the combination of WebdriverJS and PhantomJS for ubiquitous JavaScript.

Getting ready

To run this recipe, we will need a Selenium server available and running on our system; our recipe will use version 2.41.0 of the Selenium Java server, but we must use version 2.33.0 or later to be able to use GhostDriver.

Note

The Selenium Standalone Server JAR can be downloaded from the Selenium project website at http://docs.seleniumhq.org/download/.

Once downloaded, the server can be started (listening on port 4444 by default) with Java on the command line, as follows:

java -jar selenium-server-standalone-2.41.0.jar

Selenium is open source and distributed under the Apache License 2.0.

We will need WebdriverJS installed. WebdriverJS is a JavaScript-based Selenium client with a fluent API that implements the WebDriver wire protocol...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime