Selenium Tutorials | Selenium WebDriver Methods with examples-PART 1

Опубликовано: 09 Ноябрь 2016
на канале: Software Testing Step-by-Step
17,777
241

Selenium WebDriver Methods with examples,You will learn WebDriver methods with real time examples ,WebDriver methods are going to use when you find the elements in a Web Pages.We are going to use Selenium WebDriver Methods only when you gather all required element objects in a Application Under Test(AUT) for test automation.Let’s see Selenium WebDriver Methods one by one with real time examples.

Read for More :

http://www.wikishown.com/selenium-web...

Selenium WebDriver Methods:

get()
close()
findElement(By arg0)
findElements(By arg0)
getCurrentUrl()
getTitle()
getPageSource()
manage()
quit()
navigate()
getWindowHandles()
getWindowHandle()

With the help of these Selenium WebDriver Methods any tester can write the Test Scripts for Application Under Tests.

Every Selenium Automation Test Engineer should have good knowledge on this WebDriver methods then only you will able to prepare Automation Scripts for Web Applications to execute properly in Browsers with Verification points.