0 votes
in Selenium by
What is the difference between the commands "type" and "typeAndWait" in the context of Selenium?

1 Answer

0 votes
by

The "type" command is used to enter keyboard key values into a software web application's text box. It can also be used to choose values from a combo box, whereas the "typeAndWait" command is used when you finish typing and the software web page begins to reload. This command will wait for the page of the software program to reload before proceeding. You must use a basic "type" command if there is no page reload event when typing.

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
0 votes
asked Aug 22, 2019 in Selenium by john ganales
...