mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
12 lines
430 B
Plaintext
12 lines
430 B
Plaintext
2011-01-17: Version 1.0.0
|
|
|
|
Initial launch.
|
|
|
|
The API is centralized at the 'phantom' object (as child of
|
|
window object) which has the properties: args, content,
|
|
loadStatus, state, userAgent, version, viewportSize, and
|
|
the following functions: exit, open, render, sleep.
|
|
|
|
Several examples are included, among others: web page rasterizer,
|
|
weather service, headless test framework driver, and many others.
|