Replies: 1 comment
-
This discussion #21186 (comment) and this issue #21307. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In my use case when I try to load an application is redirect to
https://login.microsoftonline.com/
for authentication. So far I was handling this issue by using selenium standalone script butcy.origin
seems the solution for handling multi domains.But the issue I am facing while using cy.origin is that as soon as the site gets redirected to Microsoft authentication cypress loses control and cant interact with it. Here is code I am using:
Beta Was this translation helpful? Give feedback.
All reactions