File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
examples/python/tests/interactions
website_and_docs/content/documentation/webdriver/interactions Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 5151
5252#quit the driver
5353driver .quit ()
54+
55+ #demo code for conference
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >}}
Original file line number Diff line number Diff 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" >}}
Original file line number Diff line number Diff 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 >}}
You can’t perform that action at this time.
0 commit comments