Selenium WebDriver support different approaches to write automation commands while writing automated test scripts. In this blog we will understand about the implementation of
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/
click()
sendKeys()
keyUp()
keyDown()
moveToElement()automation commands. Following are the approaches which help to implement above mentioned automation 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/
0 Comments
What would you like to add in my list? I look forward to reading your comments below.