TextExists() takes long time to execute

Hi All,

We just upgraded to Silk Test version 21.0.1.11978 on Windows 10.  We are running our test on Chrome browser.  We found that it takes long time for the script to complete.  It seems that each time when it execute the TextExists() statement, it waits long time before moving on to the next statement.

Example, when executing the statement below, it takes more than 10 minutes for it to complete and move on to the next statement.  It seems only issue with TextExists() function.

Verify(WebBrowser.BrowserWindow.TextExists("{sTID_SearchResults}"), true, "Task ID") 

Anyone has any idea on this issue.

Thank you!

Tags: