Commit d2aafffe d2aafffeef00e472dd70380d3f76997955521e3b by Nicolas Perriault

Merge pull request #572 from shekyan/patch-1

Update casper.rst
2 parents 7a961375 fa6616c3
......@@ -1847,10 +1847,9 @@ Sets the `User-Agent string <http://en.wikipedia.org/wiki/User-Agent>`_ to send
casper.thenOpen('http://google.com/', function() {
this.echo("I'm a Mac.");
casper.userAgent('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)');
});
casper.userAgent('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)');
casper.thenOpen('http://google.com/', function() {
this.echo("I'm a PC.");
});
......