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

What happen if you mix both thread.sleep and webdriver waits in a selenium script?

0 Answers  


How to check if a button is enabled on the page?

0 Answers  


Can captcha and bar code reader be automated by using selenium?

0 Answers  


how will u log a bug and the process of logging bus in selenium?

1 Answers  


What are the benefits of automation testing?

0 Answers  






What kind of keyboard operations can be performed in selenium?

0 Answers  


Explain how you can capture server side log selenium server?

0 Answers  


What happens if I run this command. Driver.get(“www.softwaretestingmaterial.com”) ;

0 Answers  


What is webdriver wait in selenium webdriver?

0 Answers  


How do u get the attribute of the web element?

0 Answers  


How can we find the value of different attributes like name, class, value of an element?

0 Answers  


What is an absolute xpath?

0 Answers  


Categories