Forum Discussion
gunnettmd
14 years agoContributor
Hello David,
Have you tried using the WaitPage method? This might work better than Exists?
Something like this ...
var test2 = Sys.Browser("iexplore", 1).WaitPage("http://smartbear.com/", 5000)
Have you tried using the WaitPage method? This might work better than Exists?
Something like this ...
var test2 = Sys.Browser("iexplore", 1).WaitPage("http://smartbear.com/", 5000)