Skip to content

updated frame code #2248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/python/tests/interactions/test_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@

#quit the driver
driver.quit()

#demo code for conference
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ find the frame using your preferred selector and switch to it.
{{< /tab >}}

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


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

{{< tab header="CSharp" text=true >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ encontrar o quadro usando seu seletor preferido e mudar para ele.
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/FramesTest.java#L38-L46" >}}
{{< /tab >}}
{{< tab header="Python" text=true >}}
{{< gh-codeblock path="examples/python/tests/interactions/test_frames.py#L24-L37" >}}
{{< gh-codeblock path="examples/python/tests/interactions/test_frames.py#L24-L32" >}}
{{< /tab >}}
{{< tab header="CSharp" text=true >}}
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/FramesTest.cs#L38-L46" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ driver.findElement(By.tagName("button")).click()
{{< /tab >}}

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

{{< tab header="CSharp" text=true >}}
Expand Down
Loading