Skip to content

Commit

Permalink
fix: config path without selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 7, 2024
1 parent eb1125b commit 5041517
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/helper/WebDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ class WebDriver extends Helper {
if (config.host) {
// webdriverio spec
config.hostname = config.host;
config.path = '/wd/hub';
}
config.baseUrl = config.url || config.baseUrl;
if (config.desiredCapabilities && Object.keys(config.desiredCapabilities).length) {
Expand Down

0 comments on commit 5041517

Please sign in to comment.