InterviewSolution
| 1. |
What .opt File Is Used For? |
|
Answer» .opt file is used to SET the options Agent SetOption (OPTVINDOW_RETRY, 0.06) Agent.SetOption (OPT_KEYBOARD_DELAY, 0.3) For few options you can set in your script If you are going to set more number of options, it is better to set in an opt file and USE that opt file.
.opt file is used to set the options For few options you can set in your script If you are going to set more number of options, it is better to set in an opt file and use that opt file.
|
|