Explain me how do you send ENTER/TAB keys in WebDriver?
Submitted by: Muhammaduse click() or submit() methods are used for ENTER. But, don't forget that submit() method is used only if type='submit'.
You can use Actions class act.sendKeys(Keys.ENTER) for TAB.
Submitted by: Muhammad
You can use Actions class act.sendKeys(Keys.ENTER) for TAB.
Submitted by: Muhammad
Read Online Automation Job Interview Questions And Answers
Top Automation Questions
☺ | What is Selenium? |
☺ | Tell me does the Selenium have any limitations? |
☺ | Tell me what is an Absolute XPath? |
☺ | Explain me what the WebDriver supported Mobile Testing Drivers do you know? |
☺ | Tell us what is the alternate way to click on login button? |
Top Testing Categories
☺ | Manual Testing Interview Questions. |
☺ | Rational TestSuite Interview Questions. |
☺ | QTP Interview Questions. |
☺ | Database Testing Interview Questions. |
☺ | Software QA Interview Questions. |