// Конструктор действий, тип Get
HtmlElement he = instance.ActiveTab.GetDocumentByAddress("0").FindElementByAttribute("img", "class", "preview2__thumb\\ preview2__thumb_fit_height", "regexp", 0);
if (he.IsVoid) return -1;
// Получить значение атрибута "src"
string attribute = he.GetAttribute("src");