Skip to content

Commit

Permalink
fix rendering of examples in firefox profile (#2092)[deploy site]
Browse files Browse the repository at this point in the history
add `text=true` to render properly
  • Loading branch information
navin772 authored Dec 2, 2024
1 parent 9060cb9 commit ecb9ef0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ There are several ways to work with Firefox profiles.

{{< tabpane langEqualsHeader=true >}}
{{< badge-examples >}}
{{< tab header="Java" >}}
{{< tab header="Java" text=true >}}
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L211-L216" >}}
{{< /tab >}}
{{< tab header="Python" >}}
{{< tab header="Python" text=true >}}
{{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L157-L165" >}}
{{< /tab >}}
{{< tab header="CSharp" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ Firefoxプロファイルを操作するにはいくつかの方法がありま

<div>
{{< tabpane langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< tab header="Java" text=true >}}
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L211-L216" >}}
{{< /tab >}}
{{< tab header="Python" >}}
{{< tab header="Python" text=true >}}
{{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L157-L165" >}}
{{< /tab >}}
{{< tab header="CSharp" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ Existem várias formas de trabalhar com perfis Firefox

<div>
{{< tabpane langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< tab header="Java" text=true >}}
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L211-L216" >}}
{{< /tab >}}
{{< tab header="Python" >}}
{{< tab header="Python" text=true >}}
{{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L157-L165" >}}
{{< /tab >}}
{{< tab header="CSharp" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ There are several ways to work with Firefox profiles

<div>
{{< tabpane langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< tab header="Java" text=true >}}
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L211-L216" >}}
{{< /tab >}}
{{< tab header="Python" >}}
{{< tab header="Python" text=true >}}
{{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L157-L165" >}}
{{< /tab >}}
{{< tab header="CSharp" >}}
Expand Down

0 comments on commit ecb9ef0

Please sign in to comment.