I will click on button , it will then popup child window having dynamic URL each time. Now i need to grab the dynamic URL and place it in cy.visit() and automate the things in child window
I tried in many ways, but couldn't solve the issue
I will click on button , it will then popup child window having dynamic URL each time. Now i need to grab the dynamic URL and place it in cy.visit() and automate the things in child window
I tried in many ways, but couldn't solve the issue
These resources are great, gleb blog filip blog.
With no DOM details shown, you may be able to remove a
targetattr from the anchor and thenclick()to visit the link.