Forum Discussion
shankar_r
7 years agoCommunity Hero
Here you go,
function JavaWSClearCache()
{
try
{
Sys.OleObject("WScript.Shell").Exec("cmd /c javaws -clearcache");
Log.Message("Java Cache cleared");
}
catch(ex)
{
Log.Error(ex.stack);
}
}danalu
7 years agoContributor
Thank you!
Did you mean call clear cache before test case? seem i have no luck with it. Still same waiting message.
- shankar_r7 years agoCommunity Hero
Another possible reason could be, if you are checking the object existence before that rendered then it will start to prepare an object recognition hint