-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed switching to target chrome 130 #2743
Comments
Having the same issue on taiko |
We also faced the same issue. For now we upgraded the chromium version to match 130 & so far everything is working well! Until new version of taiko is released, you can go ahead & update the chromium version by doing the following :
You should see a message saying updating chromium |
Also encountered this issue beginning today running Taiko Tried Taiko 1.4.0 and has the same issue. Even running the Chromium executable directly and browsing Wikipedia we encountered a crash. We reverted to an older Taiko (1.3.10) for now. |
@kiranpatil-ic can you please raise a PR for this |
Describe the bug
After switching the browser to chrome 130 stable, our automation became flakky. A lot of tests which ran thousands of times without error, are failing when trying to switch to a target (without a change to the underlying product)
Failed switching to target=/some_internal_path/
Error:Browser or page not initialized. Call
openBrowser()
before using this APIStack: Error: Browser or page not initialized. Call
openBrowser()
before using this APIat validate (c:\Users..\automation-tests-iso..\taiko\lib\connection.js:175:11)
at module.exports.switchTo (c:\Users....\node_modules\taiko\lib\taiko.js:205:3)
at module.exports. (c:\Users....\node_modules\taiko\lib\taiko.js:2619:36)
at isSwitchedPage (c:\Users....\taiko\BrowserActions.ts:20:31)
at waitForCondition (c:\Users....\tests\utils\waitFor.ts:32:23)
at waitForHelper (c:\Users....\tests\utils\waitFor.ts:19:5)
at BrowserActions.switchTo (c:\Users....\tests\taiko\BrowserActions.ts:33:9)
at switchTabRegexUrl (c:\Users....\tests\steps\PageActionsSteps.ts:208:9)
To Reproduce
Happens randomly
Versions:
taiko --version
)]The text was updated successfully, but these errors were encountered: