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 |
Which web driver implementation is the fastest?
How does one calculate the number of rows using selenium 2.0?
Which technique should you consider using throughout the script “if there is neither frame id nor frame name”?
What is a hub in selenium grid?
Is there a way to refresh browser using selenium?
What is an XPath?
What is Dynamic xpath in selenium ?
What will be the limits of selenium?
How can we maximize browser window in selenium?
How to install use TestNG in selenium webdriver ?
What are the performance testing tools?
Could you explain the line of code webdriver driver = new firefoxdriver()?