- PhantomJS Cookbook
- Rob Friesel
- 95字
- 2021-07-16 11:37:56
Introduction
PhantomJS exposes several core APIs to work with the headless browser and with the operating system that hosts the runtime. For example, we can get information about PhantomJS, inspect our host environment for values assigned to variables, and read from or write to the filesystem with the help of these APIs.
The recipes in this chapter will focus on those APIs that are considered part of the PhantomJS core. Specifically, we will introduce and discuss the global phantom
object, the system
and fs
modules, and how to create and load our own CommonJS-compatible modules.
推薦閱讀
- Magento 2 Theme Design(Second Edition)
- Django:Web Development with Python
- Python王者歸來
- Access 2016數據庫管
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- JavaScript入門經典
- Asynchronous Android Programming(Second Edition)
- RESTful Java Web Services(Second Edition)
- PHP+Ajax+jQuery網站開發項目式教程
- MySQL程序員面試筆試寶典
- Hands-On JavaScript for Python Developers
- Clean Code in C#
- 數據結構:Python語言描述
- SCRATCH編程課:我的游戲我做主
- Python數據預處理技術與實踐