Skip to content

Commit 82ec89e

Browse files
author
Vasyl Vavrychuk
committed
look for existing view via browserStartWindow capability
1 parent 8efb2eb commit 82ec89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/webdriver-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ WebDriverProxy.prototype.setServerUrl = function(serverUrl) {
7575
var self = this;
7676
this.driver_ = new webdriver.ExistingSessionBuilder().
7777
usingServer(serverUrl).
78-
withCapabilities({'browserName': 'qtwebkit'}).
78+
withCapabilities({'browserName': 'qtwebkit', 'browserStartWindow': '*'}).
7979
build();
8080

8181
for (var propertyName in this.driver_) {

0 commit comments

Comments
 (0)