Skip to content

Commit

Permalink
Merge pull request #8 from gemini-testing/docs/kr/fix_versions
Browse files Browse the repository at this point in the history
docs: fix min chromium version
  • Loading branch information
KuznetsovRoman authored May 6, 2024
2 parents 468c7dd + 5a3de1f commit 2479ca5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
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

0 comments on commit 2479ca5

Please sign in to comment.