- By ID.
- By name.
- By class name.
- By tag name.
- By link text.
- By partial link text.
- By CSS.
- By XPath.
How to use Implicit wait and Explicit wait in Selenium Web driver -Java
Take Screenshot of a specific element or a particular div using Selenium Web Driver - Java
Maximize Browser Window or Set Browser Size using Selenium Web driver - Java
Take Screenshot using Selenium Web Driver -Java
How to select a value from drop down list in Selenium Web Driver using Java
Its very easy to select an option from the list.We can select an option by the following ways.
- Select by Index.
- Select by Value.
- Select by Visible Text.
Basic Selenium Web Driver Program using Java
You need to know basics of how to use eclipse and how to add libraries(jar) files to your eclipse Java project.
What is Selenium ?
Selenium was initially a JavaScript library developed by Jason Huggins in 2004 .It was able to interact with browser and automate the tasks on multiple browsers.This forms the Selenium core which is beneath Selenium RC and Selenium IDE. There were many limitations due to the restrictions of JavaScript in browsers.Later in 2004 Simon Stewart developed a tool that interacts directly with the browser.This project was called Web Driver.In 2008 they merged these two tools to make the current Selenium 2.0.
Subscribe to:
Posts (Atom)