what is the difference between keys.enter and keys.return in selenium? i have used both and both performed enter.
Answer / piya
For Enter-
act.sendKeys(Keys.RETURN);
For Tab-
act.sendKeys(Keys.ENTER);
| Is This Answer Correct ? | 2 Yes | 6 No |
List the parameters that one needs to pass in selenium.
Which is the latest Selenium tool?
What is Selenium IDE?
Explain what can cause a selenium ide test to fail?
what is selenium Grid
Have you used any crossbrowsertesting tool to run selenium scripts on cloud?
What is pom (page object model)?
How we handle pop-up web-based ?
How would one access the value of a side variable named name from within a javascript snippet used as the argument to a selenese command?
How does click on button without using click method
Explain how to iterate through options in test script?
Difference between get window handle & get window handles