How to use getTitle() method in selenium WebDriver
We are using getTitle() method very frequently in out selenium webdriver tests. It is one of the basic and most commonly used […]
We are using getTitle() method very frequently in out selenium webdriver tests. It is one of the basic and most commonly used […]
Selenium WebDriver have many different methods and one of them is getCurrentUrl() method. So what is the actual usage of getCurrentUrl() method and […]
Web API API (an application programming interface) is set of rules, protocols, specifications and tools which allows two software programs to communicate […]
Learn how to use ChroPath to find XPath and CSS Selector easily for test automation with accurate and quick element inspection.