Forum Discussion

sindhu10's avatar
sindhu10
Contributor
7 years ago

How to give a delay or wait to winformsobject for 5 mins for the window to get popped up

Hi,   Tried the below code : 1.clicking the text box :   var textbox = Sys.Process().WinFormsObject("").WinFormsObject("").WinFormsObject("TextBoxMaskBox", "");   textbox.Click();   2. var MI ...