File tree 5 files changed +6
-4
lines changed
examples/python/tests/interactions
website_and_docs/content/documentation/webdriver/interactions
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 51
51
52
52
#quit the driver
53
53
driver .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.
77
77
{{< /tab >}}
78
78
79
79
{{< 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 " >}}
81
81
{{< /tab >}}
82
82
83
83
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ WebElementを使用した切り替えは、最も柔軟なオプションです
65
65
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/FramesTest.java#L38-L46" >}}
66
66
{{< /tab >}}
67
67
{{< 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 " >}}
69
69
{{< /tab >}}
70
70
71
71
{{< 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.
73
73
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/FramesTest.java#L38-L46" >}}
74
74
{{< /tab >}}
75
75
{{< 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 " >}}
77
77
{{< /tab >}}
78
78
{{< tab header="CSharp" text=true >}}
79
79
{{< 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()
66
66
{{< /tab >}}
67
67
68
68
{{< 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 " >}}
70
70
{{< /tab >}}
71
71
72
72
{{< tab header="CSharp" text=true >}}
You can’t perform that action at this time.
0 commit comments