Automating the Web Using PhantomJS and CasperJS

Pluralsight
Course Summary
Learn to use PhantomJS and CasperJS to automate your interaction with the web to perform numerous tasks such as data scraping, network monitoring, page rendering, and browser testing in a programmatic manner.
-
+
Course Description
When done manually, data scraping, monitoring, and testing are labor-intensive and time-consuming. This course, Automating the Web Using PhantomJS and CasperJS, teaches web developers various ways that PhantomJS (a "headless" scriptable web browser) and CasperJS (a utility wrapper around PhantomJS) can be utilized to automate these kinds of interactions with websites. First, you'll learn how to programmatically scrape target information from a webpage by creating a navigation script, allowing you to automatically gather the links that would be tested using your toolset. Next, you will implement a script to visit all the links that are gathered and capture screenshots from them, afterwards building a script that would monitor a page's network activity to check the state of the resources for catching potential failures. Finally, you will implement a testing suite to check the markup of a given web page against a few accessibility requirements. By the end of this course, you'll understand how to use PhantomJS and CasperJS to automate these tasks in order to save yourself time and effort.
-
+
Course Syllabus
Course Overview- 1m 32s
—Course Overview 1m 32sGetting Started with PhantomJS and CasperJS- 10m 44s
—Introduction to the PhantomJS and CasperJS 4m 46s
—Installing PhantomJS 2m 32s
—Installing CasperJS and Writing Our First Script 2m 30s
—Summary 0m 53sProject Introduction & Data Collection- 15m 6sPage Rendering- 11m 23sNetwork Monitoring- 7m 17sTesting & Conclusion- 12m 20s