<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://air.imag.fr/index.php?action=history&amp;feed=atom&amp;title=PhantomJS</id>
	<title>PhantomJS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://air.imag.fr/index.php?action=history&amp;feed=atom&amp;title=PhantomJS"/>
	<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=PhantomJS&amp;action=history"/>
	<updated>2026-05-31T16:15:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://air.imag.fr/index.php?title=PhantomJS&amp;diff=18033&amp;oldid=prev</id>
		<title>Donsez: Created page with &quot;PhantomJS : headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG. ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=PhantomJS&amp;diff=18033&amp;oldid=prev"/>
		<updated>2014-09-18T17:11:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php/PhantomJS&quot; title=&quot;PhantomJS&quot;&gt;PhantomJS&lt;/a&gt; : headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG. ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[PhantomJS]] : headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG. http://phantomjs.org/&lt;br /&gt;
&lt;br /&gt;
[[CasperJS]] http://casperjs.org/ : navigation scripting &amp;amp; testing utility for PhantomJS and SlimerJS written in Javascript&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
console.log(&amp;#039;Loading a web page&amp;#039;);&lt;br /&gt;
var page = require(&amp;#039;webpage&amp;#039;).create();&lt;br /&gt;
var url = &amp;#039;http://www.phantomjs.org/&amp;#039;;&lt;br /&gt;
page.open(url, function (status) {&lt;br /&gt;
  //Page is loaded!&lt;br /&gt;
  phantom.exit();&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./bin/phantomjs loadpage.js &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Donsez</name></author>
	</entry>
</feed>