Help with C# FullEmulationMouseMoveToHTMLElement

txseo

Client
Регистрация
31.05.2013
Сообщения
23
Благодарностей
0
Баллы
1
Here is what I got and it fails, nothing returns:

C#:
HtmlElement popWindows = instance.ActiveTab.FindElementsByAttribute ( "div" , "role" , "dialog" , "regexp" ) ;
return 2;

he = popWindows[3].FindElementsByAttribute ( "input" , "title" , "Choose a file to upload" , "regexp" ) ;

if (he.IsVoid) return -1;
instance.ActiveTab.FullEmulationMouseMoveToHtmlElement(he);
return 1;
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 226
Благодарностей
5 844
Баллы
113
Code throws a lot of errors. It's incorrect.
Code_errors.png
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)