Skip to content

Commit bd7f5d0

Browse files
authored
Merge branch 'trunk' into 4_22
2 parents 738629d + 57551cd commit bd7f5d0

File tree

5 files changed

+20
-19
lines changed

5 files changed

+20
-19
lines changed

examples/javascript/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"selenium-webdriver": "4.22.0"
1212
},
1313
"devDependencies": {
14-
"mocha": "10.4.0"
14+
"mocha": "10.5.1"
1515
}
1616
}

examples/ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ gem 'rake', '~> 13.0'
77
gem 'rspec', '~> 3.0'
88
gem 'rubocop', '~> 1.35'
99
gem 'rubocop-rspec', '~> 2.12'
10-
gem 'selenium-devtools', '= 0.125.0'
10+
gem 'selenium-devtools', '= 0.126.0'
1111
gem 'selenium-webdriver', '= 4.22.0'

examples/ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GEM
5656
rubocop (~> 1.40)
5757
ruby-progressbar (1.13.0)
5858
rubyzip (2.3.2)
59-
selenium-devtools (0.125.0)
59+
selenium-devtools (0.126.0)
6060
selenium-webdriver (~> 4.2)
6161
selenium-webdriver (4.22.0)
6262
base64 (~> 0.2)
@@ -81,7 +81,7 @@ DEPENDENCIES
8181
rspec (~> 3.0)
8282
rubocop (~> 1.35)
8383
rubocop-rspec (~> 2.12)
84-
selenium-devtools (= 0.125.0)
84+
selenium-devtools (= 0.126.0)
8585
selenium-webdriver (= 4.22.0)
8686

8787
BUNDLED WITH

website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Selenium所做的一切,
1616
您将使用Selenium执行的大部分操作,
1717
都是以下基本命令的组合
1818

19-
Click on the link to "View full example on GitHub" to see the code in context.
19+
点击 "View full example on GitHub" 的链接以查看上下文中的代码.
2020

2121
### 1. 使用驱动实例开启会话
2222

@@ -217,7 +217,7 @@ Click on the link to "View full example on GitHub" to see the code in context.
217217
默认情况下, 该进程也会关闭浏览器.
218218
无法向此驱动程序实例发送更多命令.
219219

220-
See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
220+
详见 [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
221221

222222
{{< tabpane text=true >}}
223223
{{< tab header="Java" >}}
@@ -241,7 +241,7 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
241241
{{< /tabpane >}}
242242

243243

244-
## Running Selenium File
244+
## 运行 Selenium 文件
245245

246246
{{< tabpane text=true >}}
247247
{{< tab header="Java" >}}
@@ -267,6 +267,7 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
267267

268268
## 接下来的步骤
269269

270-
Most Selenium users execute many sessions and need to organize them to minimize duplication and keep the code
271-
more maintainable. Read on to learn about how to put this code into context for your use case with
272-
[Using Selenium]({{< ref "using_selenium.md" >}}).
270+
大多数 Selenium 用户执行许多会话,
271+
需要组织它们以最大限度地减少重复并维持代码更易于维护.
272+
请继续阅读,了解如何将此代码放入您用例的上下文中
273+
[使用 Selenium]({{< ref "using_selenium.md" >}}).

0 commit comments

Comments
 (0)