How does click on button without using click method

Answers were Sorted based on User's Feedback



How does click on button without using click method..

Answer / sekhar

driver.FindElemen(By.xpath("xpath").Sendkeys(Keys.Enter);

Is This Answer Correct ?    2 Yes 0 No

How does click on button without using click method..

Answer / sravani

By using submit Method

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Selenium Interview Questions

How can we select elements by their attribute value using css selector?

1 Answers  


Which are the languages supported by selenium rc?

1 Answers  


Can you run the tests registered with Selenium IDE in other browsers?

1 Answers  


Write a code snippet to perform mouse hover in webdriver.

1 Answers  


Tell us what kinds of test types are supported by selenium?

1 Answers  


How to skip a method or a code block in testng?

1 Answers  


What is same origin policy? How you can avoid same origin policy?

1 Answers  


How to get typed text from a textbox?

1 Answers  


How to use regular expressions in selenium?

1 Answers  


What is a hub in selenium grid?

1 Answers  


We do create a reference variable ‘driver’ of type webdriver

1 Answers  


Tell us what kind of keyboard operations can be performed in selenium?

1 Answers  


Categories