Why does my C# code somtimes not run or work, but sometime will run normally?
Is there any impovement to always run? Thank you
Is there any impovement to always run? Thank you
Код:
HtmlElement he = instance.ActiveTab.MainDocument.FindElementByAttribute("div", "id", project.Variables["tips_current_pick_column"].Value, "text", 0);
if (!he.IsVoid)
{
he.ScrollIntoView();
}