Skip to content

Commit

Permalink
release Selenide 7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed May 17, 2024
1 parent e06b123 commit a316be1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.3.2 (released 17.05.2024)
* bump Selenium from 4.20.0 to 4.21.0 (#2744)
* refactoring: instead of catching all Errors, catch only AssertionErrors (#2745)

## 7.3.1 (released 28.04.2024)
* #2705 add method to mock http response with specific content type (#2706)
* #2722 fix `$.clear()` in Appium for element that exists, but is not visible. (#2723)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

allprojects {
group = 'com.codeborne'
version = '7.3.1'
version = '7.3.2'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion modules/appium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Just add to pom.xml:
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>selenide-appium</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion modules/grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Currently, the plugin supports the following features:
* Saving videos

## Usage
1. Import `com.codeborne:selenide-grid:7.3.1`
1. Import `com.codeborne:selenide-grid:7.3.2`
2. Set `Configuration.fileDownload = FOLDER;`
3. Use method `$.download()` as usually.

Expand Down
2 changes: 1 addition & 1 deletion modules/selenoid/README.md
Original file line number Diff line number Diff line change
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.3.1`
1. Import `com.codeborne:selenide-selenoid:7.3.2`
2. Set `Configuration.fileDownload = FOLDER;`
3. Use method `$.download()` as usually.

Expand Down

0 comments on commit a316be1

Please sign in to comment.