'How to navigate to alternative sites that are not from your base URL

I am trying to click/type on elements that are on a web page separate from my application (an authentication webpage)

After navigating to the authentication page, and it successfully renders, I get the error message "waiting for page to load" even though the page has loaded. Even with waiting methods the test instantly fails and does not try anything after the redirect. How do I work around this?

error



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source