From 06852deb50acac637a24fccee94052116ee47ec8 Mon Sep 17 00:00:00 2001 From: Andrei Solntsev Date: Sat, 30 Mar 2024 19:09:06 +0200 Subject: [PATCH] release Selenide 7.2.3 --- CHANGELOG.md | 11 ++++++++++- build.gradle | 2 +- modules/appium/README.md | 2 +- modules/grid/README.md | 2 +- modules/selenoid/README.md | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a715cda4..72083d8588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 7.2.3 (released 30.03.2024) +* bump Selenium from 4.18.1 to 4.19.1 (#2697) +* bump Appium from 9.2.0 to 9.2.2 (#2697) +* add method $.as() for SelenideAppiumElement (#2701) +* fix usages of aliases in reports (#2702) +* restore throwing InvalidSelectorException after upgrading to Chrome 123 (#2700) + +See https://github.com/selenide/selenide/milestone/204?closed=1 + ## 7.2.2 (released 21.03.2024) * Bump io.appium:java-client from 9.1.0 to 9.2.0 (#2686) * #2683 fix method $.exists() for double-wrapped SelenideElement (#2685) @@ -7,7 +16,7 @@ * #2681 add method OR for collection conditions (#2687) * #2681 add method OR for SelenideElement conditions (#2687) -See https://github.com/selenide/selenide/milestone/203 +See https://github.com/selenide/selenide/milestone/203?closed=1 ## 7.2.1 (released 07.03.2024) * Fix Appium browser when browser is Remote (#2664) - thanks to Petr Ovcharenko diff --git a/build.gradle b/build.gradle index 3a11f7ba49..8566198bdc 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { allprojects { group = 'com.codeborne' - version = '7.2.2' + version = '7.2.3' } subprojects { diff --git a/modules/appium/README.md b/modules/appium/README.md index 7dd81186ee..fe3ab6d2e7 100644 --- a/modules/appium/README.md +++ b/modules/appium/README.md @@ -11,7 +11,7 @@ Just add to pom.xml: com.codeborne selenide-appium - 7.2.2 + 7.2.3 ``` diff --git a/modules/grid/README.md b/modules/grid/README.md index 0c010949d1..fc099afc3b 100644 --- a/modules/grid/README.md +++ b/modules/grid/README.md @@ -24,7 +24,7 @@ Currently, the plugin supports the following features: * Saving videos ## Usage -1. Import `com.codeborne:selenide-grid:7.2.2` +1. Import `com.codeborne:selenide-grid:7.2.3` 2. Set `Configuration.fileDownload = FOLDER;` 3. Use method `$.download()` as usually. diff --git a/modules/selenoid/README.md b/modules/selenoid/README.md index c966ff44ff..5c3cc624d7 100644 --- a/modules/selenoid/README.md +++ b/modules/selenoid/README.md @@ -24,7 +24,7 @@ Currently, the plugin supports the following features: We are going to implement more features like reading logs and videos etc. ## Usage -1. Import `com.codeborne:selenide-selenoid:7.2.2` +1. Import `com.codeborne:selenide-selenoid:7.2.3` 2. Set `Configuration.fileDownload = FOLDER;` 3. Use method `$.download()` as usually.