fix(webdriverio): reconnect to bidi on reloadSession#13838
fix(webdriverio): reconnect to bidi on reloadSession#13838christian-bromann merged 4 commits intomainfrom
Conversation
eslint-plugin-wdio
@wdio/browser-runner
@wdio/appium-service
@wdio/browserstack-service
@wdio/allure-reporter
@wdio/cli
@wdio/concise-reporter
@wdio/config
@wdio/cucumber-framework
@wdio/dot-reporter
@wdio/firefox-profile-service
@wdio/globals
@wdio/jasmine-framework
@wdio/json-reporter
@wdio/junit-reporter
@wdio/lighthouse-service
@wdio/local-runner
@wdio/logger
@wdio/mocha-framework
@wdio/protocols
@wdio/repl
@wdio/reporter
@wdio/runner
@wdio/sauce-service
@wdio/shared-store-service
@wdio/smoke-test-cjs-service
@wdio/smoke-test-reporter
@wdio/smoke-test-service
@wdio/spec-reporter
@wdio/static-server-service
@wdio/sumologic-reporter
@wdio/testingbot-service
@wdio/utils
@wdio/types
@wdio/webdriver-mock-service
webdriver
webdriverio
commit: |
8386b4f to
9ef0f4e
Compare
|
Hey @christian-bromann is reloadSession working with multiRemote? I was just testing it (updated to 9.3.1) but when I do a reloadSession to one of the multiremote browsers I get the following error when trying to navigate to some url: |
|
@damencho do you have a reproduction case? |
|
I will prepare one and will add it here. |
|
Hum, it behaves differently in the simple case, it just hangs without navigating and timeouts after jasmineOpts.defaultTimeoutInterval. I'm getting the navigate error |
|
Ups. I forgot to update the versions to 9.3.1 in the example. Yep, I reproduce it. And in the test: Error: package.json: |
|
The complete example: |
|
Thank you for letting me know! |
|
This is a blocker for my test cases. |
|
Sorry, I am bit confused. |
|
@nair-sumesh it's |
Proposed changes
fixes #13789
Types of changes
Checklist
Backport Request
//: # (The current
mainbranch is the development branch for WebdriverIO v9. If your change should be released to the current major version of WebdriverIO (v8), please raise another PR with the same changes against thev8branch.)v9and doesn't need to be back-ported#XXXXXFurther comments
n/a
Reviewers: @webdriverio/project-committers