How to Use getCurrentUrl() Method In Selenium WebDriver
Selenium WebDriver have many different methods and one of them is getCurrentUrl() method. So what is the actual usage of getCurrentUrl() method and when to use it. Well, any one can get a clue about usage of getCurrentUrl() method from its name. It will simply return current URL of browser after loading the page. How getCurrentUrl() Works? … Read more