You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grid extras specifies hubHost and hubPort, but new selenium configurations expect a single "hub" element with the fully qualified host/port like: "hub": "http://somehostname:4444"
instead of "hubHost": "somehostname", "hubPort": 4444
It appears grid extras is incapable of handling the "hub" element alone, and the webdriver is incapable of handling both "hub" and "hubHost/hubPort" at the same time.
The text was updated successfully, but these errors were encountered:
Grid extras specifies hubHost and hubPort, but new selenium configurations expect a single "hub" element with the fully qualified host/port like:
"hub": "http://somehostname:4444"
instead of
"hubHost": "somehostname", "hubPort": 4444
It appears grid extras is incapable of handling the "hub" element alone, and the webdriver is incapable of handling both "hub" and "hubHost/hubPort" at the same time.
The text was updated successfully, but these errors were encountered: