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
Currently, switching to a secondary domain communicates with the driver asynchronously initially, but it needs to be synchronous, with window.Cypress available before the page loads. This will enable overriding DOM properties and methods.
The text was updated successfully, but these errors were encountered:
chrisbreiding
changed the title
Multidomain: Better coordinate timing when secondary domain is visited
Multidomain: Better coordinate timing when secondary domain is visited and enable window:before:load
Jul 8, 2021
chrisbreiding
changed the title
Multidomain: Better coordinate timing when secondary domain is visited and enable window:before:load
Multidomain: Better coordinate timing when secondary domain is visited
Jul 9, 2021
The code for this is done in cypress-io/cypress#17262, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Currently, switching to a secondary domain communicates with the driver asynchronously initially, but it needs to be synchronous, with
window.Cypress
available before the page loads. This will enable overriding DOM properties and methods.The text was updated successfully, but these errors were encountered: