Skip to content

Commit cb304aa

Browse files
authored
Merge branch 'trunk' into feature-1539
2 parents e477d19 + 85d7b19 commit cb304aa

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,15 @@ In your project's `package.json`, adicionar requisito às `dependências`:
170170

171171
{{% /tab %}}
172172
{{% tab header="Python" %}}
173+
174+
### Set Up
175+
176+
{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L27-L30" >}}
177+
178+
### Tear Down
179+
180+
{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}}
181+
173182
{{< badge-code >}}
174183
{{% /tab %}}
175184
{{< tab header="CSharp" >}}

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,15 @@ In your project's `package.json`, add requirement to `dependencies`:
154154

155155
{{% /tab %}}
156156
{{% tab header="Python" %}}
157+
158+
### Set Up
159+
160+
{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L27-L30" >}}
161+
162+
### Tear Down
163+
164+
{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}}
165+
157166
{{< badge-code >}}
158167
{{% /tab %}}
159168
{{< tab header="CSharp" >}}

0 commit comments

Comments
 (0)