Skip to content

Commit e51c06b

Browse files
authored
Merge branch 'trunk' into feature/waits_20250603
2 parents b99ec92 + 386706d commit e51c06b

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

examples/ruby/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ GEM
3131
diff-lcs (>= 1.2.0, < 2.0)
3232
rspec-support (~> 3.13.0)
3333
rspec-support (3.13.4)
34-
rubocop (1.75.8)
34+
rubocop (1.76.0)
3535
json (~> 2.3)
3636
language_server-protocol (~> 3.17.0.2)
3737
lint_roller (~> 1.1.0)
3838
parallel (~> 1.10)
3939
parser (>= 3.3.0.2)
4040
rainbow (>= 2.2.2, < 4.0)
4141
regexp_parser (>= 2.9.3, < 3.0)
42-
rubocop-ast (>= 1.44.0, < 2.0)
42+
rubocop-ast (>= 1.45.0, < 2.0)
4343
ruby-progressbar (~> 1.7)
4444
unicode-display_width (>= 2.4.0, < 4.0)
45-
rubocop-ast (1.44.1)
45+
rubocop-ast (1.45.0)
4646
parser (>= 3.3.7.2)
4747
prism (~> 1.4)
4848
rubocop-rspec (3.6.0)

website_and_docs/content/documentation/selenium_manager.en.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ The following environment variables are supported:
350350
* `SE_EDGEDRIVER`
351351
* `SE_GECKODRIVER`
352352
* `SE_IEDRIVER`
353-
* `SE_SAFARIDRIVER`
354353

355354
For example, to specify the path to the chromedriver,
356355
you can set the `SE_CHROMEDRIVER` environment variable to the path of the chromedriver executable.

website_and_docs/content/documentation/selenium_manager.ja.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ The following environment variables are supported:
350350
* `SE_EDGEDRIVER`
351351
* `SE_GECKODRIVER`
352352
* `SE_IEDRIVER`
353-
* `SE_SAFARIDRIVER`
354353

355354
For example, to specify the path to the chromedriver,
356355
you can set the `SE_CHROMEDRIVER` environment variable to the path of the chromedriver executable.

website_and_docs/content/documentation/selenium_manager.pt-br.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ The following environment variables are supported:
350350
* `SE_EDGEDRIVER`
351351
* `SE_GECKODRIVER`
352352
* `SE_IEDRIVER`
353-
* `SE_SAFARIDRIVER`
354353

355354
For example, to specify the path to the chromedriver,
356355
you can set the `SE_CHROMEDRIVER` environment variable to the path of the chromedriver executable.

website_and_docs/content/documentation/selenium_manager.zh-cn.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ sudo apt-get install libatk-bridge2.0-0
470470
* `SE_EDGEDRIVER`
471471
* `SE_GECKODRIVER`
472472
* `SE_IEDRIVER`
473-
* `SE_SAFARIDRIVER`
474473

475474
例如, 要指定 chromedriver 的路径,
476475
您可以将 `SE_CHROMEDRIVER` 环境变量设置为 chromedriver 可执行文件的路径.

website_and_docs/content/project/structure/_index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ <h3 class="pb-3">Selenium Committers</h3>
6666
{{< gh-user "https://api.github.com/users/corevo" >}}
6767
{{< gh-user "https://api.github.com/users/davehunt" >}}
6868
{{< gh-user "https://api.github.com/users/ddavison" >}}
69+
{{< gh-user "https://api.github.com/users/Delta456" >}}
6970
{{< gh-user "https://api.github.com/users/dfabulich" >}}
7071
{{< gh-user "https://api.github.com/users/diemol" >}}
7172
{{< gh-user "https://api.github.com/users/DominikDary" >}}
@@ -87,6 +88,7 @@ <h3 class="pb-3">Selenium Committers</h3>
8788
{{< gh-user "https://api.github.com/users/luke-hill" >}}
8889
{{< gh-user "https://api.github.com/users/mach6" >}}
8990
{{< gh-user "https://api.github.com/users/mtscout6" >}}
91+
{{< gh-user "https://api.github.com/users/navin772" >}}
9092
{{< gh-user "https://api.github.com/users/nirvdrum" >}}
9193
{{< gh-user "https://api.github.com/users/nvborisenko" >}}
9294
{{< gh-user "https://api.github.com/users/paul-hammant" >}}

0 commit comments

Comments
 (0)