I Have in C# Script:
try
{
ActiveBrowser.WaitForElement(Pages.Deuba_Relaunch_FR_Navigation.Expressions.Productoverview_Article, 3000, false);
}
catch
{
Log.WriteLine( "Productoverview Div Article not found");
return false;
}
That works, but here i dont want the Failure Information because I have the Log-Information
Thanks for Help
try
{
ActiveBrowser.WaitForElement(Pages.Deuba_Relaunch_FR_Navigation.Expressions.Productoverview_Article, 3000, false);
}
catch
{
Log.WriteLine( "Productoverview Div Article not found");
return false;
}
That works, but here i dont want the Failure Information because I have the Log-Information
Thanks for Help