Skip to content

Commit ed06040

Browse files
updated frame code (#2248)
modified frame code. extra code removed
1 parent 3ed1b9e commit ed06040

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

Diff for: examples/python/tests/interactions/test_frames.py

+2
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@
5151

5252
#quit the driver
5353
driver.quit()
54+
55+
#demo code for conference

Diff for: website_and_docs/content/documentation/webdriver/interactions/frames.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ find the frame using your preferred selector and switch to it.
7777
{{< /tab >}}
7878

7979
{{< tab header="Python" text=true >}}
80-
{{< gh-codeblock path="examples/python/tests/interactions/test_frames.py#L24-L37" >}}
80+
{{< gh-codeblock path="examples/python/tests/interactions/test_frames.py#L24-L32" >}}
8181
{{< /tab >}}
8282

8383

Diff for: website_and_docs/content/documentation/webdriver/interactions/frames.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ WebElementを使用した切り替えは、最も柔軟なオプションです
6565
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/FramesTest.java#L38-L46" >}}
6666
{{< /tab >}}
6767
{{< tab header="Python" text=true >}}
68-
{{< gh-codeblock path="examples/python/tests/interactions/test_frames.py#L24-L37" >}}
68+
{{< gh-codeblock path="examples/python/tests/interactions/test_frames.py#L24-L32" >}}
6969
{{< /tab >}}
7070

7171
{{< tab header="CSharp" text=true >}}

Diff for: website_and_docs/content/documentation/webdriver/interactions/frames.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ encontrar o quadro usando seu seletor preferido e mudar para ele.
7373
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/FramesTest.java#L38-L46" >}}
7474
{{< /tab >}}
7575
{{< tab header="Python" text=true >}}
76-
{{< gh-codeblock path="examples/python/tests/interactions/test_frames.py#L24-L37" >}}
76+
{{< gh-codeblock path="examples/python/tests/interactions/test_frames.py#L24-L32" >}}
7777
{{< /tab >}}
7878
{{< tab header="CSharp" text=true >}}
7979
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/FramesTest.cs#L38-L46" >}}

Diff for: website_and_docs/content/documentation/webdriver/interactions/frames.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ driver.findElement(By.tagName("button")).click()
6666
{{< /tab >}}
6767

6868
{{< tab header="Python" text=true >}}
69-
{{< gh-codeblock path="examples/python/tests/interactions/test_frames.py#L24-L37" >}}
69+
{{< gh-codeblock path="examples/python/tests/interactions/test_frames.py#L24-L32" >}}
7070
{{< /tab >}}
7171

7272
{{< tab header="CSharp" text=true >}}

0 commit comments

Comments
 (0)