Automated Test Framework (ATF) console error: Blocked a frame with origin "https://xxxxx.service-now.com" from accessing a frame with origin"Issue While running Automated Test Framework (ATF) tests, it has been observed that test runner is stuck at accessing a portal page with console errors similar to: Uncaught DOMException: Blocked a frame with origin "https://xxxxx.service-now.com" from accessing a frame with origin. Whereas, opening a portal page manually doesn't populate the same. Issue is observed only with Automated Test Framework (ATF) test runs CauseOne of the causes is running the browser with crossdomain restrictionsResolutionClose all the browsers that are currently running.Run the following in the terminal:In MAC ➔ Open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-securityIn windows ➔ [PATH_TO_CHROME]\chrome.exe --disable-web-security --disable-gpu --user-data-dir=[FOLDER_NAME]This populates the chrome browser without crossdomain restrictions. Run the Automated Test Framework (ATF) test