Skip to content

Commit 5778a50

Browse files
chore(deps): update selenium requirement from ~=4.24 to ~=4.25 (#1026)
* chore(deps): update selenium requirement from ~=4.24 to ~=4.25 Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.24.0...selenium-4.25.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Prebuild WDA --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mykola Mokhnach <[email protected]>
1 parent 2c775ee commit 5778a50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/functional-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- run: npm install -g appium
5858
- run: |
5959
appium driver install xcuitest
60+
appium driver run xcuitest build-wda --sdk=${{ env.IOS_VERSION }} --name='${{ env.IPHONE_MODEL }}'
6061
appium plugin install images
6162
appium plugin install execute-driver
6263
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log &

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ tox = "~=4.21"
1919
types-python-dateutil = "~=2.9"
2020

2121
[packages]
22-
selenium = "~=4.24"
22+
selenium = "~=4.25"
2323
typing-extensions = "~=4.12.2"

0 commit comments

Comments
 (0)