Answer Posted / Himanshu Sharma
Both 'delay' and 'wait' commands are used to introduce a pause in your script. However, 'delay' usually refers to a fixed time delay (for example: Delay(10)) whereas 'Wait' command waits for a specific condition to occur before continuing (for example: Wait Until Text exists, Wait Until Element appears). Choose the appropriate command based on your requirements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers