How does click on button without using click method
Answer Posted / sekhar
driver.FindElemen(By.xpath("xpath").Sendkeys(Keys.Enter);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the main advantages of selenium?
What are soft assert and hard assert in selenium?
How to verify tooltip text using selenium?
What is the difference between single slash (/) and a double slash ( //) in xpath?
What are some disadvantages of Selenium automation?
When should I use Selenium IDE?
How you can login into any site if it’s showing any authentication popup for password and username?
Explain how you can debug the tests in selenium ide?
How to fetch the current page url in selenium?
Can you use Selenium to test the Rest API or Web services?
What types of cases can be automated with Selenium?
Do you know how to locate a link using its text in selenium?
What regular expression special character(s) means "any character?"
How to verify if the checkbox/radio is checked or not?
How can you handle network latency using selenium?