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?
Which are the languages supported by selenium rc?
Can you run the tests registered with Selenium IDE in other browsers?
Write a code snippet to perform mouse hover in webdriver.
Tell us what kinds of test types are supported by selenium?
How to skip a method or a code block in testng?
What is same origin policy? How you can avoid same origin policy?
How to get typed text from a textbox?
How to use regular expressions in selenium?
What is a hub in selenium grid?
We do create a reference variable ‘driver’ of type webdriver
Tell us what kind of keyboard operations can be performed in selenium?