Bug with super mouse emulation

kinnich

Новичок
Регистрация
28.06.2023
Сообщения
2
Благодарностей
0
Баллы
1
Good day, developers.

I encountered an issue with the super mouse emulation.
I'm using the C# code:
--
instance.EmulationLevel = "SuperEmulation";
instance.UseFullMouseEmulation = true;

--

Then, I want to go to a website and click the sign-up button.
The issue is that the mouse scrolls down a bit and the drop-down panel is hiding that sign-up button and the mouse clicks on that panel

How to solve this kind of issue?
I would appreciate any help!
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 270
Благодарностей
5 855
Баллы
113
You should disable Screen and Screen maximize emulations in browser profile settings.
And set browser instance size a little less than screen resolution in your system. For example:
C#:
instance.SetWindowSize(1080, 720);
 

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