how do i enable the "Full mouse emulation" when i use "Run instance"

udiman

Client
Регистрация
10.06.2023
Сообщения
23
Благодарностей
1
Баллы
3
this full mouse emulation feature is only available in project settings. when i choose do not use browser i process some request and after that i run instance and open browser. so i cant enable the full mouse emulation ?

is there any c# code or something which can make it possible ??
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 389
Благодарностей
5 895
Баллы
113
Here you go:
C#:
instance.EmulationLevel = "SuperEmulation";
instance.UseFullMouseEmulation = true;
 
  • Спасибо
Реакции: udiman

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