Quantcast
Channel: Silk Test - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 625

This Method is True (WaitForProperty) ?

$
0
0

public void WaitForProperty(string locator, string propertyName, object expectedValue, int timeout)
{
while (true)
{
if (Exists(locator))
{
WaitForPropertyTime(locator, propertyName, expectedValue, timeout);
break;
}
Thread.Sleep(1000);
}
}

 

This Method is True for WaitForProperty using?


Viewing all articles
Browse latest Browse all 625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>