- Регистрация
- 02.05.2017
- Сообщения
- 263
- Благодарностей
- 191
- Баллы
- 43
Hi guys!
I hope someone can help. How can I add a variable into a C# block?
I need to add a variable into the code below:
Tab tab = instance.ActiveTab;
// Action designer, type Set
HtmlElement he = instance.ActiveTab.GetDocumentByAddress("0").FindElementByAttribute("section", "fulltagname", "section", "text", {-Variable.RNDmatch-});
if (he.IsVoid) return -1;
tab.FullEmulationMouseMoveAboveHtmlElement(he, 300);
Thanks!
I hope someone can help. How can I add a variable into a C# block?
I need to add a variable into the code below:
Tab tab = instance.ActiveTab;
// Action designer, type Set
HtmlElement he = instance.ActiveTab.GetDocumentByAddress("0").FindElementByAttribute("section", "fulltagname", "section", "text", {-Variable.RNDmatch-});
if (he.IsVoid) return -1;
tab.FullEmulationMouseMoveAboveHtmlElement(he, 300);
Thanks!