- PhantomJS Cookbook
- Rob Friesel
- 311字
- 2021-07-16 11:37:53
What this book covers
Chapter 1, Getting Started with PhantomJS, introduces the PhantomJS browser and how to work with it from the shell. It covers installing PhantomJS and how to run it with different command-line arguments.
Chapter 2, PhantomJS Core Modules, discusses the core modules in PhantomJS, such as phantom
and system
, and covers how to use the fs
module to work with the filesystem. The chapter also explains how to create your own modules and load them into your PhantomJS scripts.
Chapter 3, Working with webpage Objects, introduces webpage objects and includes sophisticated strategies for dealing with web page content. You will learn how to interact with the page, simulate events, and capture those interactions for successful tests.
Chapter 4, Unit Testing with PhantomJS, explores how to use PhantomJS as an environment for JavaScript unit tests. This chapter focuses on the Jasmine BDD testing framework, but will also introduce two other popular frameworks, Mocha and QUnit.
Chapter 5, Functional and End-to-end Testing with PhantomJS, demonstrates functional and end-to-end testing strategies with PhantomJS. The chapter surveys several different functional testing tools, including Selenium, Poltergeist (a driver for Capybara), and CasperJS.
Chapter 6, Network Monitoring and Performance Analysis, illustrates how to perform automated performance analysis with PhantomJS. The chapter explores topics such as how to generate a HAR file for waterfall analysis, and how to use libraries such as confess.js and YSlow for automated performance analysis.
Chapter 7, Generating Images and Documents with PhantomJS, shows how to generate images and PDFs with PhantomJS. The chapter provides an overview of PhantomJS' built-in image rendering features and explains how to apply them.
Chapter 8, Continuous Integration with PhantomJS, demonstrates PhantomJS as part of a continuous integration (CI) strategy. The chapter surveys CI, using Jenkins as its specimen, and shows how to fail builds on that system, concluding with a recipe for comprehensive CI example.
- 實戰Java程序設計
- Mastering Python High Performance
- Effective Python Penetration Testing
- 軟件項目管理實用教程
- QGIS By Example
- VMware虛擬化技術
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Multithreading in C# 5.0 Cookbook
- 零基礎學C語言(升級版)
- Python趣味編程與精彩實例
- Visual Basic語言程序設計基礎(第3版)
- Getting Started with Windows Server Security
- Android 5從入門到精通
- Azure for Architects
- Java Web開發任務教程