InterviewSolution
Saved Bookmarks
| 1. |
Explain Waitforcontrolenabled, Waitforcontrolexist And Waitforcontrolready? |
|
Answer» WaitForControlEnabled(): WAITS for control to be enabled. WAITFORCONTROLEXIST(): Waits for control to exist on UI. WaitForControlReady():Waits for the control to be ready to accept keyboard or mouse input. WaitForControlEnabled(): Waits for control to be enabled. WaitForControlExist(): Waits for control to exist on UI. WaitForControlReady():Waits for the control to be ready to accept keyboard or mouse input. |
|