Development

I am working on an application that whenever I call a page from the menu, the URL does not change. I’m new to Selenium and am creating automation test scripts to perform test cases.
But, for each test script, I have to add a script for user authentication to call the login page and call the required page from the menu.
Is there a way I can call the page directly without user authentication?

Sean was supporting a web application which, as many do, had required form fields for the user to fill out.…