Skip to content

Instantly share code, notes, and snippets.

@arth2o
Created December 5, 2015 20:30
Show Gist options
  • Save arth2o/d7947b3b04adbf66a0d4 to your computer and use it in GitHub Desktop.
Save arth2o/d7947b3b04adbf66a0d4 to your computer and use it in GitHub Desktop.
casper.userAgent
var casper = require('casper').create();
casper.userAgent('AdsBot-Google-Mobile (+http://www.google.com/mobile/adsbot.html) Mozilla (iPhone; U; CPU iPhone OS 3 0 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile Safari');
casper.start("http://glimmering.eu/", function() {
this.echo(this.getTitle());
});
casper.run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment