File tree Expand file tree Collapse file tree 8 files changed +9
-7
lines changed
website_and_docs/content/documentation/webdriver/interactions Expand file tree Collapse file tree 8 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2727 - name : Setup Node
2828 uses : actions/setup-node@v4
2929 with :
30- node-version : ' 18.14.2 '
30+ node-version : ' 18.20.8 '
3131 cache : ' npm'
3232 # The action defaults to search for the dependency file (package-lock.json,
3333 # npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its
Original file line number Diff line number Diff line change 1212 <kotlin .version>2.1.0</kotlin .version>
1313
1414 <slf4j .version>2.0.17</slf4j .version>
15- <logback .version>1.5.17 </logback .version>
15+ <logback .version>1.5.18 </logback .version>
1616
1717 <junit5 .version>5.12.0</junit5 .version>
1818 <wdm .version>5.2.3</wdm .version>
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ selenium==4.30.0
22pytest == 8.3.5
33trio == 0.29.0
44pytest-trio == 0.8.0
5- pytest-rerunfailures == 14 .0
5+ pytest-rerunfailures == 15 .0
66flake8 == 7.1.2
77requests == 2.32.3
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