Uncaught DOMException: Blocked a frame with origin "instanceA.service-now.com" from accessing a cross-origin frame
Dear Experts! I have a client script on instanceA that opens instanceB's login page in a pop-up window. I want to wait for the user to log in, once done, close the pop-up and reload/redirect the original/parent page to somewhere. The pop-up shows ins...