Automation Question:
Download Questions PDF

Do you know what is the difference between "type" and "typeAndWait" command?

Answer:

If you need to type keyboard key values into a text field of the web application, "type" command will be used. Another reason for its usage is selecting values of the combo box. "typeAndWait" command is used when your typing is completed and software web page start reloading.

Download Automation Interview Questions And Answers PDF

Previous QuestionNext Question
Please explain what is a Relative XPath?Explain me what is the difference between setSpeed() and sleep() methods?