File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
website_and_docs/content/documentation/webdriver/drivers Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -62,21 +62,21 @@ and it is recommended to always use `quit` to end the session
62
62
63
63
{{< tabpane text=true >}}
64
64
{{< tab header="Java" >}}
65
- {< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >}
65
+ {{ < gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >} }
66
66
{{< /tab >}}
67
67
{{% tab header="Python" %}}
68
68
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}}
69
69
{{% /tab %}}
70
70
{{< tab header="CSharp" >}}
71
- {< gh-codeblock path="examples/dotnet/HelloSelenium .cs#L13 " >}
71
+ {{ < gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript .cs#L28 " >} }
72
72
{{< /tab >}}
73
73
{{< tab header="Ruby" >}}
74
74
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L16" >}}
75
75
{{< /tab >}}
76
76
{{< tab header="JavaScript" >}}
77
- {< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >}
77
+ {{ < gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >} }
78
78
{{< /tab >}}
79
79
{{< tab header="Kotlin" >}}
80
- {< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >}
80
+ {{ < gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >} }
81
81
{{< /tab >}}
82
82
{{< /tabpane >}}
Original file line number Diff line number Diff line change @@ -59,21 +59,21 @@ weight: 3
59
59
60
60
{{< tabpane text=true >}}
61
61
{{< tab header="Java" >}}
62
- {< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >}
62
+ {{ < gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >} }
63
63
{{< /tab >}}
64
64
{{% tab header="Python" %}}
65
65
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}}
66
66
{{% /tab %}}
67
67
{{< tab header="CSharp" >}}
68
- {< gh-codeblock path="examples/dotnet/HelloSelenium .cs#L13 " >}
68
+ {{ < gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript .cs#L28 " >} }
69
69
{{< /tab >}}
70
70
{{< tab header="Ruby" >}}
71
71
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L16" >}}
72
72
{{< /tab >}}
73
73
{{< tab header="JavaScript" >}}
74
- {< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >}
74
+ {{ < gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >} }
75
75
{{< /tab >}}
76
76
{{< tab header="Kotlin" >}}
77
- {< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >}
77
+ {{ < gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >} }
78
78
{{< /tab >}}
79
79
{{< /tabpane >}}
Original file line number Diff line number Diff line change @@ -62,21 +62,21 @@ and it is recommended to always use `quit` to end the session
62
62
63
63
{{< tabpane text=true >}}
64
64
{{< tab header="Java" >}}
65
- {< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >}
65
+ {{ < gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >} }
66
66
{{< /tab >}}
67
67
{{% tab header="Python" %}}
68
68
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}}
69
69
{{% /tab %}}
70
70
{{< tab header="CSharp" >}}
71
- {< gh-codeblock path="examples/dotnet/HelloSelenium .cs#L13 " >}
71
+ {{ < gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript .cs#L28 " >} }
72
72
{{< /tab >}}
73
73
{{< tab header="Ruby" >}}
74
74
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L16" >}}
75
75
{{< /tab >}}
76
76
{{< tab header="JavaScript" >}}
77
- {< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >}
77
+ {{ < gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >} }
78
78
{{< /tab >}}
79
79
{{< tab header="Kotlin" >}}
80
- {< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >}
80
+ {{ < gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >} }
81
81
{{< /tab >}}
82
82
{{< /tabpane >}}
Original file line number Diff line number Diff line change @@ -60,21 +60,21 @@ weight: 3
60
60
61
61
{{< tabpane text=true >}}
62
62
{{< tab header="Java" >}}
63
- {< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >}
63
+ {{ < gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >} }
64
64
{{< /tab >}}
65
65
{{% tab header="Python" %}}
66
66
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}}
67
67
{{% /tab %}}
68
68
{{< tab header="CSharp" >}}
69
- {< gh-codeblock path="examples/dotnet/HelloSelenium .cs#L13 " >}
69
+ {{ < gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript .cs#L28 " >} }
70
70
{{< /tab >}}
71
71
{{< tab header="Ruby" >}}
72
72
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L16" >}}
73
73
{{< /tab >}}
74
74
{{< tab header="JavaScript" >}}
75
- {< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >}
75
+ {{ < gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >} }
76
76
{{< /tab >}}
77
77
{{< tab header="Kotlin" >}}
78
- {< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >}
78
+ {{ < gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >} }
79
79
{{< /tab >}}
80
80
{{< /tabpane >}}
You can’t perform that action at this time.
0 commit comments