Forum Discussion

JamieBrydges's avatar
JamieBrydges
New Contributor
8 years ago

How do you wait for a page to load in TestLeft?

Hi, I'm using TestLeft with visual studio C#.  I need to get my code to wait for the web page to load.  I don't want to use hard delays (e.g.  Thread.Sleep(2000) ).   Does anybody have any examples ...