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
b35f3e8b
...
b35f3e8b84951f0c0a41026500cf88537ebe1c42
authored
2013-08-13 15:25:39 +0200
by
Mickaël Andrieu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
For clarity
1 parent
d2aafffe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docs/modules/casper.rst
docs/modules/casper.rst
View file @
b35f3e8
...
...
@@ -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() {
...
...
Please
register
or
sign in
to post a comment