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
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
After updating Chrome to version 94 I'm start getting problems with my tests after closing iframe in it.
If I wait for disappearing of iframe using below code:
awaitbrowser.wait(ExpectedConditions.stalenessOf(el),timeout,`wait for Absence of: ${el.locator()} (timeout ${timeout})`);
I ended up with timeout.
When I change this just to wait for element be not visible and then switch back to default frame, chrome just crash:
WebDriverError: unknown error: session deleted because of page crash
from unknown error: cannot determine loading status
from tab crashed
(Session info: headless chrome=94.0.4606.61)
(Driver info: chromedriver=94.0.4606.61 (418b78f5838ed0b1c69bb4e51ea0252171854915-refs/branch-heads/4606@{#1204}),platform=Windows NT 10.0.19043 x86_64)
It worked ok on chrome 93 and starts to failing on chrome 94.
Bug report
Node Version: v14.17.0
Protractor Version: 7.0.0
Browser(s): Chrome : 94.0.4606.61
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After updating Chrome to version 94 I'm start getting problems with my tests after closing iframe in it.
If I wait for disappearing of iframe using below code:
I ended up with timeout.
When I change this just to wait for element be not visible and then switch back to default frame, chrome just crash:
It worked ok on chrome 93 and starts to failing on chrome 94.
Bug report
v14.17.0
7.0.0
Chrome : 94.0.4606.61
The text was updated successfully, but these errors were encountered: