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 |
Mention what is selenium 3.0?
How you will switch from one frame to another?
How do you get the attribute of the web element?
What are the types of waits available in selenium webdriver?
To generate pdf reports mention what java api is required?
Write a code snippet to launch firefox browser in webdriver.
Tell me does the selenium have any limitations?
What are selenium tests normally named (as displayed at the top of each test when viewed from within a browser)?
What is fluent wait in selenium?
How to execute javascript in selenium?
Tell us how to perform right click using selenium webdriver?
How to scroll down to a particular element?