-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from gemini-testing/docs/kr/fix_versions
docs: fix min chromium version
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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_.* | ||
|
||
## Установка | ||
|
||
|