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 |
What are the advantages of selenium grid?
How can I read test data from excels?
How you can use recovery scenario with selenium?
Tell me do you know a way to refresh browser by using selenium?
Explain what can cause a selenium ide test to fail?
What is the selenium webdriver?
Can you write the code to double click an element in selenium?
Tell me how you can capture server side log selenium server?
How can we fetch title of the page in selenium?
Difference between get window handle & get window handles
How can we fetch a text written over an element?
How to insert a comment in selenium ide?