Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Siobhan,
You could try using the Wait method to obtain the window you are waiting for. For example:
Sys.Browser("chrome").Page("*").WaitForm("form", 5000)
You could try using the Wait method to obtain the window you are waiting for. For example:
Sys.Browser("chrome").Page("*").WaitForm("form", 5000)