getCurrentUrl() Signature: getCurrentUrl() Retrieves current page URL. Note that the url will be url-decoded: 获得当前页面的URL,注意这个URL是已经解码过的 casper.start('http://www.google.fr/', function() { this.echo(this.getCurrentUrl()); // "http://www.google.fr/"…