File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed
website_and_docs/content/documentation Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 - name : Set up Ruby
5252 uses : ruby/setup-ruby@v1
5353 with :
54- ruby-version : 3.0
54+ ruby-version : 3.1
5555 bundler-cache : true
5656 - name : Install Gems Nightly non-Windows
5757 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
4242{{< gh-codeblock path="/examples/dotnet/HelloSelenium.cs" >}}
4343{{< /tab >}}
4444{{< 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" >}}
4646{{< /tab >}}
4747{{< tab header="JavaScript" >}}
4848{{< 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" >}})であり、様々な
2929{{< gh-codeblock path="/examples/dotnet/HelloSelenium.cs" >}}
3030{{< /tab >}}
3131{{< 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" >}}
3333{{< /tab >}}
3434{{< tab header="JavaScript" >}}
3535{{< 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:
4040{{< gh-codeblock path="/examples/dotnet/HelloSelenium.cs" >}}
4141{{< /tab >}}
4242{{< 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" >}}
4444{{< /tab >}}
4545{{< tab header="JavaScript" >}}
4646{{< 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" >}}),这是一个编
3434{{< gh-codeblock path="/examples/dotnet/HelloSelenium.cs" >}}
3535{{< /tab >}}
3636{{< 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" >}}
3838{{< /tab >}}
3939{{< tab header="JavaScript" >}}
4040{{< gh-codeblock path="/examples/javascript/test/hello/helloSelenium.js" >}}
You can’t perform that action at this time.
0 commit comments