Skip to content

Commit

Permalink
release Selenide 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Mar 30, 2024
1 parent 2765baf commit 06852de
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,13 +1,22 @@
# 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)
* #2690 fix filename detection when downloading happens as a result of redirect (#2692)
* #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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -8,7 +8,7 @@ plugins {

allprojects {
group = 'com.codeborne'
version = '7.2.2'
version = '7.2.3'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion modules/appium/README.md
Expand Up @@ -11,7 +11,7 @@ Just add to pom.xml:
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>selenide-appium</artifactId>
<version>7.2.2</version>
<version>7.2.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion modules/grid/README.md
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion modules/selenoid/README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 06852de

Please sign in to comment.