In this video, I have explained about "Navigation Methods in Selenium WebDriver".
You can find the program used in this video at the below location: 👇
https://bit.ly/2R219LU
Selenium WebDriver is an open-source tool for automated testing of web apps across many browsers.
Selenium Webdriver Navigation is a very important part of Webdriver API and in this video, I have explained the navigation methods in detail.
Selenium WebDriver has provided 4 navigation methods, Those are as follows:
✔ To
✔ Refresh
✔ Back
✔ Forward
These 4 navigation methods are available under the navigation class and this navigation class instance is available under WebDriver.
1) To
Load a new web page in the current browser window. This is done using an HTTP GET operation, and the method will block until the load is complete. This will follow redirects issued either by the server or as a meta-redirect from within the returned HTML. Should a meta-redirect "rest" for any duration of time, it is best to wait until this timeout is over, since should the underlying page change whilst your test is executing the results of future calls against this interface will be against the freshly loaded page.
2) Refresh
Refresh the current page
3) Back
Move back a single "item" in the browser's history.
4) Forward
Move a single "item" forward in the browser's history. It does nothing if we are on the latest page viewed.
▶ Next Video link: • P12 - How to handle alerts in a web p...
◀ Previous Video Link: • P10 - How to handle Dropdowns in Sele...
↔ Selenium Java in Telugu Playlist link: https://bit.ly/3tL7Z9S
✴ Checkout my other playlists: https://bit.ly/3gLIAVL
☕ Buy me a coffee: https://bit.ly/33ljBWc
==============================================
==============================================
Connect us @
🔗 Website - https://www.hyrtutorials.com
🔗 Telegram - https://t.me/hyrtutorials
🔗 Facebook - / hyrtutorials
🔗 LinkedIn - / hyrtutorials
🔗 Twitter - / hyrtutorials
🔗 Instagram - / hyrtutorials
==============================================
==============================================
🙏 Please Subscribe🔔 to start learning for FREE now, Also help your friends in learning the best by suggesting this channel.
#hyrtutorialstelugu #selenium #telugu #java