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 |
What is intellij?
How a text written in a text field could be cleared?
Can we test apis or web services using selenium webdriver?
Which selenium command(s) simulates selecting a link?
How to handle the AJAX popup window?
How to conduct database testing with selenium webdriver?
What are some of the different ways to find an element using selenium as a tool?
What are the different methods to refresh a web page in webdriver?
What is the command that is used in order to display the values of a variable into the output console or log?
List some advantages of test automation?
What does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
How to mouse hover on a web element using webdriver?