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 b6c13ae commit 996301bCopy full SHA for 996301b
web/webdriver-app.js
@@ -663,13 +663,11 @@ WebDriverJsController.prototype.onQuit = function() {
663
};
664
665
WebDriverJsController.prototype.onWebDriverUrlPortChange = function() {
666
- var input = document.getElementsByName('webDriverUrlPort')[0];
667
- this.view.setDriverUrlPort(input.value);
+ this.view.updateSessionDepControls();
668
669
670
WebDriverJsController.prototype.onWebPageChange = function() {
671
- var input = document.getElementsByName('webPage')[0];
672
- this.view.setWebPage(input.value);
673
674
675
document.addEventListener("DOMContentLoaded", function(event) {
0 commit comments