Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
d2aafffe
...
d2aafffeef00e472dd70380d3f76997955521e3b
authored
2013-08-13 05:56:29 -0700
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #572 from shekyan/patch-1
Update casper.rst
2 parents
7a961375
fa6616c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
docs/modules/casper.rst
docs/modules/casper.rst
View file @
d2aafff
...
...
@@ -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.");
});
...
...
Please
register
or
sign in
to post a comment