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 is the selenium ide and what is it used for?
What do we mean selenium selenium 1 and 2?
What’s new in selenium 3.0?
What kind of keyboard operations can be performed in selenium?
What is desired capability? How is it useful in terms of selenium?
Tell me what kind of mouse actions can be performed in selenium?
What is the command to connect a node to the selenium grid?
Explain how you can use recovery scenario with selenium?
How to locate a link using its text in selenium?
Which is the package which is to be imported while working with webdriver?
How can you find broken links in a page using selenium webdriver?
What are the significant changes/upgrades in various selenium versions?
How selenium grid works?
How to enter text in the HTML text box without invoking the SendKeys ()?
how can you retrive the message in an alert box?