If I want Step c# return to error, what should I do
my code is:
if (System.Int32.Parse(project.Variables["a"].Value)<2)
{
Tab tab = instance.ActiveTab;
stringpageurl=tab.URL;
tab.Navigate(pageurl, "");
if (tab.IsBusy) tab.WaitDownloading();
int a =...