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

  • Автор темы Автор темы udiman
  • Дата начала Дата начала

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 ??
 
Here you go:
C#:
Развернуть Свернуть Копировать
instance.EmulationLevel = "SuperEmulation";
instance.UseFullMouseEmulation = true;
 
  • Спасибо
Реакции: udiman
Последнее редактирование:

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