From 5ff4de4314f0e4db626698a21f1c1e5faa0b950d Mon Sep 17 00:00:00 2001 From: Simon Benzer Date: Fri, 23 Aug 2024 13:09:43 -0400 Subject: [PATCH 1/2] Removed erroneous remaining badge-code tags --- website_and_docs/content/documentation/selenium_manager.en.md | 1 - website_and_docs/content/documentation/selenium_manager.ja.md | 1 - .../content/documentation/selenium_manager.pt-br.md | 1 - .../content/documentation/selenium_manager.zh-cn.md | 1 - .../content/documentation/webdriver/drivers/_index.en.md | 4 ---- .../content/documentation/webdriver/drivers/_index.ja.md | 4 ---- .../content/documentation/webdriver/drivers/_index.pt-br.md | 4 ---- .../content/documentation/webdriver/drivers/_index.zh-cn.md | 4 ---- .../webdriver/getting_started/first_script.en.md | 1 - .../webdriver/getting_started/first_script.ja.md | 1 - .../webdriver/getting_started/first_script.pt-br.md | 1 - .../webdriver/getting_started/first_script.zh-cn.md | 1 - .../webdriver/getting_started/using_selenium.en.md | 1 - .../webdriver/getting_started/using_selenium.ja.md | 1 - .../webdriver/getting_started/using_selenium.pt-br.md | 1 - .../webdriver/getting_started/using_selenium.zh-cn.md | 1 - 16 files changed, 28 deletions(-) diff --git a/website_and_docs/content/documentation/selenium_manager.en.md b/website_and_docs/content/documentation/selenium_manager.en.md index 157fd982d751..8845650d1b3a 100644 --- a/website_and_docs/content/documentation/selenium_manager.en.md +++ b/website_and_docs/content/documentation/selenium_manager.en.md @@ -219,7 +219,6 @@ INFO Browser path: C:\Users\boni\.cache\selenium\chrome\win64\117.0.5938.22\c {{< gh-codeblock path="examples/python/tests/selenium_manager/usage.py#L5-L8" >}} **Selenium Manager** {{< gh-codeblock path="examples/python/tests/selenium_manager/usage.py#L10-L12" >}} -{{< badge-code >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< /tab >}} diff --git a/website_and_docs/content/documentation/selenium_manager.ja.md b/website_and_docs/content/documentation/selenium_manager.ja.md index 157fd982d751..8845650d1b3a 100644 --- a/website_and_docs/content/documentation/selenium_manager.ja.md +++ b/website_and_docs/content/documentation/selenium_manager.ja.md @@ -219,7 +219,6 @@ INFO Browser path: C:\Users\boni\.cache\selenium\chrome\win64\117.0.5938.22\c {{< gh-codeblock path="examples/python/tests/selenium_manager/usage.py#L5-L8" >}} **Selenium Manager** {{< gh-codeblock path="examples/python/tests/selenium_manager/usage.py#L10-L12" >}} -{{< badge-code >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< /tab >}} diff --git a/website_and_docs/content/documentation/selenium_manager.pt-br.md b/website_and_docs/content/documentation/selenium_manager.pt-br.md index 157fd982d751..8845650d1b3a 100644 --- a/website_and_docs/content/documentation/selenium_manager.pt-br.md +++ b/website_and_docs/content/documentation/selenium_manager.pt-br.md @@ -219,7 +219,6 @@ INFO Browser path: C:\Users\boni\.cache\selenium\chrome\win64\117.0.5938.22\c {{< gh-codeblock path="examples/python/tests/selenium_manager/usage.py#L5-L8" >}} **Selenium Manager** {{< gh-codeblock path="examples/python/tests/selenium_manager/usage.py#L10-L12" >}} -{{< badge-code >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< /tab >}} diff --git a/website_and_docs/content/documentation/selenium_manager.zh-cn.md b/website_and_docs/content/documentation/selenium_manager.zh-cn.md index 157fd982d751..8845650d1b3a 100644 --- a/website_and_docs/content/documentation/selenium_manager.zh-cn.md +++ b/website_and_docs/content/documentation/selenium_manager.zh-cn.md @@ -219,7 +219,6 @@ INFO Browser path: C:\Users\boni\.cache\selenium\chrome\win64\117.0.5938.22\c {{< gh-codeblock path="examples/python/tests/selenium_manager/usage.py#L5-L8" >}} **Selenium Manager** {{< gh-codeblock path="examples/python/tests/selenium_manager/usage.py#L10-L12" >}} -{{< badge-code >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< /tab >}} diff --git a/website_and_docs/content/documentation/webdriver/drivers/_index.en.md b/website_and_docs/content/documentation/webdriver/drivers/_index.en.md index d4d194929965..790b4b679225 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/_index.en.md +++ b/website_and_docs/content/documentation/webdriver/drivers/_index.en.md @@ -62,24 +62,20 @@ and it is recommended to always use `quit` to end the session {{< tabpane text=true >}} {{< tab header="Java" >}} {< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >} -{{< badge-code >}} {{< /tab >}} {{% tab header="Python" %}} {{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}} {{% /tab %}} {{< tab header="CSharp" >}} {< gh-codeblock path="examples/dotnet/HelloSelenium.cs#L13" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L16" >}} {{< /tab >}} {{< tab header="JavaScript" >}} {< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Kotlin" >}} {< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >} -{{< badge-code >}} {{< /tab >}} {{< /tabpane >}} diff --git a/website_and_docs/content/documentation/webdriver/drivers/_index.ja.md b/website_and_docs/content/documentation/webdriver/drivers/_index.ja.md index 6dbc132b0761..2b61551f1a69 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/_index.ja.md +++ b/website_and_docs/content/documentation/webdriver/drivers/_index.ja.md @@ -61,24 +61,20 @@ weight: 3 {{< tabpane text=true >}} {{< tab header="Java" >}} {< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >} -{{< badge-code >}} {{< /tab >}} {{% tab header="Python" %}} {{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}} {{% /tab %}} {{< tab header="CSharp" >}} {< gh-codeblock path="examples/dotnet/HelloSelenium.cs#L13" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L16" >}} {{< /tab >}} {{< tab header="JavaScript" >}} {< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Kotlin" >}} {< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >} -{{< badge-code >}} {{< /tab >}} {{< /tabpane >}} diff --git a/website_and_docs/content/documentation/webdriver/drivers/_index.pt-br.md b/website_and_docs/content/documentation/webdriver/drivers/_index.pt-br.md index 3080c59843e2..ac00ae8d6fdf 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/_index.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/drivers/_index.pt-br.md @@ -62,24 +62,20 @@ and it is recommended to always use `quit` to end the session {{< tabpane text=true >}} {{< tab header="Java" >}} {< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >} -{{< badge-code >}} {{< /tab >}} {{% tab header="Python" %}} {{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}} {{% /tab %}} {{< tab header="CSharp" >}} {< gh-codeblock path="examples/dotnet/HelloSelenium.cs#L13" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L16" >}} {{< /tab >}} {{< tab header="JavaScript" >}} {< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Kotlin" >}} {< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >} -{{< badge-code >}} {{< /tab >}} {{< /tabpane >}} diff --git a/website_and_docs/content/documentation/webdriver/drivers/_index.zh-cn.md b/website_and_docs/content/documentation/webdriver/drivers/_index.zh-cn.md index 67f0bb3f4874..d10139307c94 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/_index.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/drivers/_index.zh-cn.md @@ -62,24 +62,20 @@ weight: 3 {{< tabpane text=true >}} {{< tab header="Java" >}} {< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >} -{{< badge-code >}} {{< /tab >}} {{% tab header="Python" %}} {{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}} {{% /tab %}} {{< tab header="CSharp" >}} {< gh-codeblock path="examples/dotnet/HelloSelenium.cs#L13" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L16" >}} {{< /tab >}} {{< tab header="JavaScript" >}} {< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Kotlin" >}} {< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >} -{{< badge-code >}} {{< /tab >}} {{< /tabpane >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md b/website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md index a970c5da1942..4cd302fc4e8a 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md @@ -234,7 +234,6 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}). {{< /tab >}} {{< tab header="Python" >}} {{< gh-codeblock path="examples/python/README.md#L35" >}} -{{< badge-code >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/first_script.ja.md b/website_and_docs/content/documentation/webdriver/getting_started/first_script.ja.md index f0f016dccdfe..433ccdeb787d 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/first_script.ja.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/first_script.ja.md @@ -237,7 +237,6 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}). {{< /tab >}} {{< tab header="Python" >}} {{< gh-codeblock path="examples/python/README.md#L35" >}} -{{< badge-code >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/first_script.pt-br.md b/website_and_docs/content/documentation/webdriver/getting_started/first_script.pt-br.md index 2d6b8fa18ec1..3028164533e4 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/first_script.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/first_script.pt-br.md @@ -236,7 +236,6 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}). {{< /tab >}} {{< tab header="Python" >}} {{< gh-codeblock path="examples/python/README.md#L35" >}} -{{< badge-code >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md b/website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md index 87e75a44e725..e719c0d9a1d8 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md @@ -249,7 +249,6 @@ Selenium所做的一切, {{< /tab >}} {{< tab header="Python" >}} {{< gh-codeblock path="examples/python/README.md#L35" >}} -{{< badge-code >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md index 158b0e3c18b1..9e0173fd99d0 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md @@ -183,7 +183,6 @@ In your project's `package.json`, add requirement to `dependencies`: {{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}} -{{< badge-code >}} {{% /tab %}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md index 9d7d6f5b9c9f..71530e8273fa 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md @@ -179,7 +179,6 @@ In your project's `package.json`, add requirement to `dependencies`: {{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}} -{{< badge-code >}} {{% /tab %}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md index a0919fee3053..1a2e0c147555 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md @@ -179,7 +179,6 @@ In your project's `package.json`, adicionar requisito às `dependências`: {{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}} -{{< badge-code >}} {{% /tab %}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md index f307869af131..c52f0da8df12 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md @@ -163,7 +163,6 @@ In your project's `package.json`, add requirement to `dependencies`: {{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}} -{{< badge-code >}} {{% /tab %}} {{< tab header="CSharp" >}} {{< badge-code >}} From 4526bc6dfafd6a3b96d88f5503117a009326d73b Mon Sep 17 00:00:00 2001 From: Simon Benzer Date: Sat, 24 Aug 2024 12:38:03 -0400 Subject: [PATCH 2/2] refined first script python example --- .../python/tests/getting_started/using_selenium_tests.py | 6 ++---- .../webdriver/getting_started/using_selenium.en.md | 6 +++--- .../webdriver/getting_started/using_selenium.ja.md | 6 +++--- .../webdriver/getting_started/using_selenium.pt-br.md | 6 +++--- .../webdriver/getting_started/using_selenium.zh-cn.md | 6 +++--- 5 files changed, 14 insertions(+), 16 deletions(-) diff --git a/examples/python/tests/getting_started/using_selenium_tests.py b/examples/python/tests/getting_started/using_selenium_tests.py index b2f8f830050d..efac8c0cfc3d 100644 --- a/examples/python/tests/getting_started/using_selenium_tests.py +++ b/examples/python/tests/getting_started/using_selenium_tests.py @@ -3,9 +3,7 @@ def test_eight_components(): - driver = webdriver.Chrome() - - driver.get("https://www.selenium.dev/selenium/web/web-form.html") + driver = setup() title = driver.title assert title == "Web form" @@ -22,7 +20,7 @@ def test_eight_components(): value = message.text assert value == "Received!" - driver.quit() + teardown(driver) def setup(): driver = webdriver.Chrome() diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md index 9e0173fd99d0..ed89a4292042 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md @@ -143,7 +143,7 @@ In your project's `package.json`, add requirement to `dependencies`: {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/UsingSeleniumTest.java#L30-L31" >}} {{< /tab >}} {{% tab header="Python" %}} -{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L10-L11" >}} +{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L8-L9" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/UsingSeleniumTest.cs#L19-L20" >}} @@ -177,11 +177,11 @@ In your project's `package.json`, add requirement to `dependencies`: ### Set Up -{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L27-L30" >}} +{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L25-L28" >}} ### Tear Down -{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}} +{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L30-31" >}} {{% /tab %}} {{< tab header="CSharp" >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md index 71530e8273fa..2b538ea5043e 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md @@ -139,7 +139,7 @@ In your project's `package.json`, add requirement to `dependencies`: {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/UsingSeleniumTest.java#L30-L31" >}} {{< /tab >}} {{% tab header="Python" %}} -{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L10-L11" >}} +{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L8-L9" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/UsingSeleniumTest.cs#L19-L20" >}} @@ -173,11 +173,11 @@ In your project's `package.json`, add requirement to `dependencies`: ### Set Up -{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L27-L30" >}} +{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L25-L28" >}} ### Tear Down -{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}} +{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L30-31" >}} {{% /tab %}} {{< tab header="CSharp" >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md index 1a2e0c147555..deac879f22dc 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md @@ -139,7 +139,7 @@ In your project's `package.json`, adicionar requisito às `dependências`: {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/UsingSeleniumTest.java#L30-L31" >}} {{< /tab >}} {{% tab header="Python" %}} -{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L10-L11" >}} +{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L8-L9" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/UsingSeleniumTest.cs#L19-L20" >}} @@ -173,11 +173,11 @@ In your project's `package.json`, adicionar requisito às `dependências`: ### Set Up -{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L27-L30" >}} +{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L25-L28" >}} ### Tear Down -{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}} +{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L30-31" >}} {{% /tab %}} {{< tab header="CSharp" >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md index c52f0da8df12..2d16336a15c4 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md @@ -123,7 +123,7 @@ In your project's `package.json`, add requirement to `dependencies`: {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/UsingSeleniumTest.java#L30-L31" >}} {{< /tab >}} {{% tab header="Python" %}} -{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L10-L11" >}} +{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L8-L9" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/UsingSeleniumTest.cs#L19-L20" >}} @@ -157,11 +157,11 @@ In your project's `package.json`, add requirement to `dependencies`: ### Set Up -{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L27-L30" >}} +{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L25-L28" >}} ### Tear Down -{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}} +{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L30-31" >}} {{% /tab %}} {{< tab header="CSharp" >}}