We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efb2eb commit 82ec89eCopy full SHA for 82ec89e
web/webdriver-app.js
@@ -75,7 +75,7 @@ WebDriverProxy.prototype.setServerUrl = function(serverUrl) {
75
var self = this;
76
this.driver_ = new webdriver.ExistingSessionBuilder().
77
usingServer(serverUrl).
78
- withCapabilities({'browserName': 'qtwebkit'}).
+ withCapabilities({'browserName': 'qtwebkit', 'browserStartWindow': '*'}).
79
build();
80
81
for (var propertyName in this.driver_) {
0 commit comments