I don't know anything about C#, but how do I scroll the mouse up and down in Chromium?

cesario678

Client
Регистрация
10.03.2022
Сообщения
102
Благодарностей
8
Баллы
18
I would like help, I need a code or a way to scroll the mouse wheel up to zoom in the page, and another code to remove the zoom from the page in the Chromium browser, because I am trying to extract an article from the site, and it only extracts the piece that it is reading on the screen.
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 226
Благодарностей
5 844
Баллы
113
Use this method to scrroll:
C#:
instance.ActiveTab.FullEmulationMouseWheel(0,100);
 
  • Спасибо
Реакции: cesario678

cesario678

Client
Регистрация
10.03.2022
Сообщения
102
Благодарностей
8
Баллы
18

zenewbie

Client
Регистрация
25.12.2013
Сообщения
215
Благодарностей
17
Баллы
18
this one scrolls much faster, at least for me: instance.ActiveTab.MouseWheel(100, 100, 100, false);
 

cesario678

Client
Регистрация
10.03.2022
Сообщения
102
Благодарностей
8
Баллы
18
  • Спасибо
Реакции: Pierre Paul Jacques

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