Skip to content

Commit 17494b5

Browse files
author
Vasyl Vavrychuk
committed
adjust visualizer title
1 parent 7683dd3 commit 17494b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/webdriver-app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ VisualizerController.prototype.showVisualizationWindow = function(source, size)
488488
} else {
489489
var visualizerDoc = this.visualizationWin.document;
490490
visualizerDoc.write(source);
491+
visualizerDoc.title += ' - Visualizer';
491492
}
492493

493494
this.visualizerAssignEventHandlers();

0 commit comments

Comments
 (0)