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 can we select elements by their attribute value using css selector?
What distinguishes between an absolute and relative url in side?
What are the different types of waits available in webdriver?
What is a keyword driven framework?
How does u get the width of the textbox?
How to handle frame in webdriver?
How to write in a text box using Selenium?
What is the difference between driver.close() and driver.quit command?
what will be the first salary and what will be the hike in the salary?
What is parameterization in testng?
How to pause a test execution for 5 seconds at a specific point?
Which web driver implementation is the fastest?