API commands

Home/Tag: API commands

Understanding Selenium WebDriver API Commands (Part 6)

2017-06-06T16:18:00+05:30

Multiple Windows Handling in Selenium Sometimes we face this scenario when clicking a link redirects to a new page in a different browser window. Performing an action on multiple windows is

Understanding Selenium WebDriver API Commands (Part 6)2017-06-06T16:18:00+05:30

Understanding Selenium WebDriver API Commands (Part 5)

2017-06-06T16:18:09+05:30

Iframe handling in Selenium Iframe means an inline frame, which is an HTML document embedded inside another HTML document on a particular website. It is specified by <iframe> tag.  We need

Understanding Selenium WebDriver API Commands (Part 5)2017-06-06T16:18:09+05:30

Understanding Selenium WebDriver API Commands (Part 3)

2017-06-06T16:18:48+05:30

Operations using Select class in Selenium Selenium Select class can be found under org.openqa.selenium.support.ui.Select package. It will work for elements with only <select> tag. Some of the operations that can be

Understanding Selenium WebDriver API Commands (Part 3)2017-06-06T16:18:48+05:30

Understanding Selenium WebDriver API Commands (Part 2)

2017-06-06T16:18:56+05:30

WebElement Methods An HTML element is represented by WebElement. All the operations that require interacting with a web page will be performed through WebElement interface. We can use the following method

Understanding Selenium WebDriver API Commands (Part 2)2017-06-06T16:18:56+05:30

Understanding Selenium WebDriver API Commands (Part 1)

2017-06-06T16:19:06+05:30

To give a head start to Selenium WebDriver, a basic understanding of WebDriver API commands and how it operates is required. Some of the basic commands are discussed below, which can

Understanding Selenium WebDriver API Commands (Part 1)2017-06-06T16:19:06+05:30
Go to Top