Commit b35f3e8b b35f3e8b84951f0c0a41026500cf88537ebe1c42 by Mickaël Andrieu

For clarity

1 parent d2aafffe
......@@ -1847,7 +1847,7 @@ 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)');
this.userAgent('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)');
});
casper.thenOpen('http://google.com/', function() {
......