File tree 6 files changed +5
-5
lines changed
website_and_docs/content/documentation
6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 51
51
- name : Set up Ruby
52
52
uses : ruby/setup-ruby@v1
53
53
with :
54
- ruby-version : 3.0
54
+ ruby-version : 3.1
55
55
bundler-cache : true
56
56
- name : Install Gems Nightly non-Windows
57
57
if : matrix.release == 'nightly' && matrix.os != 'windows'
File renamed without changes.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ a browser. You can find a more comprehensive example in [Writing your first Sele
42
42
{{< gh-codeblock path="/examples/dotnet/HelloSelenium.cs" >}}
43
43
{{< /tab >}}
44
44
{{< tab header="Ruby" >}}
45
- {{< gh-codeblock path="/examples/ruby/spec/hello/hello_selenium_spec .rb" >}}
45
+ {{< gh-codeblock path="/examples/ruby/spec/hello/hello_selenium .rb" >}}
46
46
{{< /tab >}}
47
47
{{< tab header="JavaScript" >}}
48
48
{{< gh-codeblock path="/examples/javascript/test/hello/helloSelenium.js" >}}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Seleniumの中核は[WebDriver]({{< ref "webdriver.md" >}})であり、様々な
29
29
{{< gh-codeblock path="/examples/dotnet/HelloSelenium.cs" >}}
30
30
{{< /tab >}}
31
31
{{< tab header="Ruby" >}}
32
- {{< gh-codeblock path="/examples/ruby/spec/hello/hello_selenium_spec .rb" >}}
32
+ {{< gh-codeblock path="/examples/ruby/spec/hello/hello_selenium .rb" >}}
33
33
{{< /tab >}}
34
34
{{< tab header="JavaScript" >}}
35
35
{{< gh-codeblock path="/examples/javascript/test/hello/helloSelenium.js" >}}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ navegadores. Aqui está uma das instruções mais simples que você pode fazer:
40
40
{{< gh-codeblock path="/examples/dotnet/HelloSelenium.cs" >}}
41
41
{{< /tab >}}
42
42
{{< tab header="Ruby" >}}
43
- {{< gh-codeblock path="/examples/ruby/spec/hello/hello_selenium_spec .rb" >}}
43
+ {{< gh-codeblock path="/examples/ruby/spec/hello/hello_selenium .rb" >}}
44
44
{{< /tab >}}
45
45
{{< tab header="JavaScript" >}}
46
46
{{< gh-codeblock path="/examples/javascript/test/hello/helloSelenium.js" >}}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Selenium 的核心是 [WebDriver]({{< ref "webdriver.md" >}}),这是一个编
34
34
{{< gh-codeblock path="/examples/dotnet/HelloSelenium.cs" >}}
35
35
{{< /tab >}}
36
36
{{< tab header="Ruby" >}}
37
- {{< gh-codeblock path="/examples/ruby/spec/hello/hello_selenium_spec .rb" >}}
37
+ {{< gh-codeblock path="/examples/ruby/spec/hello/hello_selenium .rb" >}}
38
38
{{< /tab >}}
39
39
{{< tab header="JavaScript" >}}
40
40
{{< gh-codeblock path="/examples/javascript/test/hello/helloSelenium.js" >}}
You can’t perform that action at this time.
0 commit comments