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

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

cesario678

Client
Регистрация
10.03.2022
Сообщения
227
Реакции
13
Баллы
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.
 
Use this method to scrroll:
C#:
Развернуть Свернуть Копировать
instance.ActiveTab.FullEmulationMouseWheel(0,100);
 
  • Спасибо
Реакции: cesario678

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