Forum Discussion
- JuliaBernikovaSmartBear Alumni (Retired)
Hi Jamie,
You can use the IWebPage.Wait method. Here is a simple example:
IWebPage page = Driver.Find<IWebBrowser>(new WebBrowserPattern() { ObjectIdentifier = "chrome" }).Find<IWebPage>(new WebPagePattern() { URL = "https://community.smartbear.com/t5/TestLeft/How-do-you-wait-for-a-page-to-load-in" + "-TestLeft/m-p/119673", ObjectGroupIndex = 0 }); /*...*/ page.Wait(1000);
Related Content
- 10 years ago
- 4 years ago
Recent Discussions
- 3 months ago
How to compare images?
Solved2 years ago- 7 months ago
- 12 months ago