laurentj/slimerjs

Howto change the title of a slimerjs application window?

petke opened this issue · 0 comments

petke commented

Apologies if this isn't the proper forum, but I cant find an answer anywhere else.

The slimerjs window title is "webpage". I want to give it a custom name to help me keep track of different instances.

How do i change the title?

I suspect it comes from this line (although i obviously cant change that as "webpage" is the module name):

var page = require('webpage').create();

page.open(arg_address, function(status) { ... }

versions

  • SlimerJS: 0.10.3
  • Firefox: 52.0
  • Operating system: windows 10 home