Python Selenium
About Lesson

In this Python Selenium video we want to learn about Python Selenium Navigation Commands,  using Selenium Navigation Command we are able to open a web page URL, navigate to other web page by clicking any element, Back, Forward and Refresh web page using browser’s history. As users of a web page, quite often, we use the browser’s Back and Forward controls to navigate between the pages of a single application, or sometimes, multiple applications. As a test script developer, you may  want to develop tests that observe the behavior of the application when browser navigation buttons are clicked, especially the Back button. For example, if you use your navigation button in a banking application, the session should expire and the user should be logged out. So, using the WebDriver’s navigation feature, you can emulate those actions.

Join the conversation