What is TimeoutMS property used for?
Answers
Answered by
0
1) ContinueOnError 2)WaitForReady
Answered by
0
It is a property used in the User Interface designing of an app or web-apps, under the UI automatiom category.
Timeout MS specifies in millliseconds the amount of time to wait for a specific element to be found or detected before an error message is displayed.
The default timeout for a TimeoutMS property is 30000 milliseconds (which is 30 seconds).
Similar questions