How to simulate Shift function

cool7878

Client
Регистрация
22.02.2013
Сообщения
28
Благодарностей
1
Баллы
3
Hi

I want to simulate the shift function in zenno..the automation is click on the first element (web element) and press shift button and then select the last one. that way all the files are selected. Please let me know how I can do that. All the file icons are web based only not talking about windows 7 file select here.

Thanks
Raj
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
you can call this via c#
JavaScript:
Emulation.Emulator.SendKey(instance.ActiveTab.Handle,System.Windows.Forms.Keys.Shift,Emulation.KeyboardEvent.Press);
 

cool7878

Client
Регистрация
22.02.2013
Сообщения
28
Благодарностей
1
Баллы
3
ok thanks.

Raj
 

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