From 7ec6ac0af51132e59bba66a245a0dea6e4a690c0 Mon Sep 17 00:00:00 2001 From: "ian.zhang" Date: Sat, 29 Jun 2024 14:41:54 +0800 Subject: [PATCH] =?UTF-8?q?update=20feature/feature/options=E2=80=94?= =?UTF-8?q?=E2=80=9420240629?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../documentation/webdriver/drivers/options.zh-cn.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website_and_docs/content/documentation/webdriver/drivers/options.zh-cn.md b/website_and_docs/content/documentation/webdriver/drivers/options.zh-cn.md index ec76f2c51c62..24a2ec75ff20 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/options.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/drivers/options.zh-cn.md @@ -30,7 +30,7 @@ aliases: [ ## browserName -Browser name is set by default when using an Options class instance. +默认情况下,使用 Options 类实例时会设置浏览器名称. {{< tabpane text=true >}} {{< tab header="Java" >}} @@ -56,9 +56,10 @@ Browser name is set by default when using an Options class instance. ## browserVersion -This capability is optional, this is used to set the available browser version at remote end. -In recent versions of Selenium, if the version is not found on the system, -it will be automatically downloaded by [Selenium Manager]({{< ref "../../selenium_manager" >}}) +此功能是可选的,用于在远程端设置可用的浏览器版本. +在最新版本的 Selenium 中,如果在系统上找不到该版本, +它将被 [Selenium Manager]({{< ref "../../selenium_manager" >}}) 自动下载 + {{< tabpane text=true >}} {{< tab header="Java" >}}