If Else Statement – Basic Java Tutorials For Selenium WebDriver

You occasionally need to use if condition in selenium. In my previous post, we have seen different data types in java software development language. It is very important to learn basic java tutorials If you wants to learn selenium webdriver with Java. Because If you do not have knowledge of basic java software development then you can … Read more

Webdriver “driver.getTitle()” And “assertEquals” With Example

What is the use of getTitle in Selenium? getTitle()” in selenium is used to get the title of the page in selenium. Many people don’t know how to get the title of a page in selenium webdriver. If you want to verify the title on Selenium automation testing then you should know how to get the window … Read more

Selenium WebDriver Framework’s Required Jar Files List With Download Links

You can use bellow given software jar files for building your framework In selenium WebDriver software testing tool. I have downloaded them from different sites like Aache POI, Apache Logging Service, Github, etc. and uploaded them over here for your easy download. Click on any of the link to download and use It In your selenium … Read more

SelectorsHub for chrome – Easy And Free xpath and css selectors in selenium Webdriver

We have used many different tools and methods to find XPath and CSS selectors for selenium webdriver. But SelectorsHub chrome extension is Next generation XPath and CSS selectors which is invented and created by Sanjay Kumar. selectorshub for chrome is very smart and intelligent IDE using which you can build XPath and CSSSelectors within 5 seconds without loosing … Read more