How does click on button without using click method
Answers were Sorted based on User's Feedback
Answer / sekhar
driver.FindElemen(By.xpath("xpath").Sendkeys(Keys.Enter);
| Is This Answer Correct ? | 2 Yes | 0 No |
How to hover the mouse on an element?
What is selenese and what are the types of selenese?
What is htmlunitdriver?
what are the four parameter you have to pass in selenium?
Which is the only browser that supports selenium ide to be used?
How to set the size of browser window using selenium?
Why should selenium be selected as a test tool?
What are the prerequisites to run selenium webdriver?
How do you find element using Java Script?
Explain what is the difference between find elements () and find element ()?
How to validate the dropdown value contains specific value or not?
How to deal with frame in webdriver?