How to handle new tab when we have dynamic url #28955
Unanswered
sandeepbaggi
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cy.get('myLink').click();
This link will open a new tab which has a dynamic url with no href and target attribute. All my automation needs to be done in the new tab which will be opened.
The main page we only use for login and from there we will be redirected to new tab which is my localhost.
I have tried multiple solutions but nothing worked.
Beta Was this translation helpful? Give feedback.
All reactions