|
// Instantiating Action Interface Actions actions=new
Actions(driver); // howering on the dropdown actions.moveToElement(driver.findElement(By.id("id
of the dropdown"))).perform(); // Clicking on one of the items in the
list options WebElement
subLinkOption=driver.findElement(By.id("id of the sub link")); subLinkOption.click(); |
Pages
- Training Details
- Manual + QTP + Selenium
- QTP Scripting for BEGINNERs
- QTP INTERMEDIATE
- EXPERT QTP
- VB Script
- Encrypting a String in QTP
- QTP Scripts
- QTP questions and answers
- Selenium Code Links
- Selenium Framework
- Java OOPs Concepts
- JDBC Connection
- TestNG Build.xml code
- pom.xml
- CONFIGURE ECLIPSE WITH CUCUMBER
- SQL Commands
- EVENT LISTENERS IN SELENIUM WEBDRIVER
- ContactUs
Total Pageviews
Thursday, 5 February 2015
How to mouse hover on a web element using WebDriver?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment