DIFFERENT APPROACHES TO WRITE AUTOMATION COMANDS IN SELENIUM WEBDRIVER

Selenium WebDriver support different approaches to write automation commands while writing automated test scripts. In this blog we will understand about the implementation of
click()
sendKeys()


keyUp()
keyDown()


moveToElement()
automation commands. Following are the approaches which help to implement above mentioned automation commands:



1. Using Generic Selenium Commands

2. Using Selenium Action Library (Selenium Interactions API)

3. Using JavaScript


Also read full article at http://blog.xebia.in/2015/05/10/different-approaches-to-write-automation-commands-in-selenium-webdriver/


Post a Comment

0 Comments