Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix min chromium version #8

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/en/hermione-hide-scrollbars.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ To access the browser via [Chrome DevTools Protocol (CDP)][CDP], the plugin uses

To hide scroll bars, the CDP [Emulation.setScrollbarsHidden][set-scrollbars-hidden] command is used.

**Update your Chrome browser to version 72.1 and higher** so that this functionality works in your tests. Since earlier versions of Chrome browsers do not support the _Emulation.setScrollbarsHidden_ command.
**Update your Chrome browser to version 109.0 and higher** so that this functionality works in your tests.

**To use chrome browsers versions from 72.1 (inclusive) to 109.0 (not inclusive)**, use [email protected].

*Earlier versions of Chrome browsers do not support the _Emulation.setScrollbarsHidden_ command.*

## Install

Expand Down
6 changes: 5 additions & 1 deletion docs/ru/hermione-hide-scrollbars.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@

Чтобы скрывать скролл-бары используется команда CDP [Emulation.setScrollbarsHidden][set-scrollbars-hidden].

**Обновите Chrome-браузер до версии 72.1 и выше**, чтобы данная функциональность работала в ваших тестах. Так как более ранние версии Chrome-браузеров не поддерживают команду _Emulation.setScrollbarsHidden_.
**Обновите Chrome-браузер до версии 109.0 и выше**, чтобы данная функциональность работала в ваших тестах.

**Чтобы использовать Chrome версии от 72.1 (включительно) до 109.0 (не включительно)**, используйте [email protected].

*Более ранние версии Chrome-браузеров (<72.1) не поддерживают команду _Emulation.setScrollbarsHidden_.*

## Установка

Expand Down
Loading