Skip to content

Commit db08dcb

Browse files
committed
Merge branch 'master' into master_development
2 parents 53b31d1 + 4b0c64f commit db08dcb

4 files changed

Lines changed: 5 additions & 10 deletions

File tree

.github/workflows/test-windows-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
windows:
11-
runs-on: windows-latest
11+
runs-on: windows-2022
1212
timeout-minutes: 15
1313

1414
strategy:

.github/workflows/test-windows-webdriver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
windows:
11-
runs-on: windows-latest
11+
runs-on: windows-2022
1212
timeout-minutes: 15
1313

1414
strategy:

CHANGELOG

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#TESTAR v2.7.9 (23-Sep-2025)
2-
- Use scroll-snap-type to ignore scroll actions in carousels
3-
- Remove unused creation of existingCssClasses file
4-
- Catch potential chromedriver not responding test sequences
5-
- Add WdDriver stopProcessTree logic to kill Chrome SUT if chromedriver hangs
6-
- Catch potential IllegalStateExceptions opening the system clipboard
7-
- Fix potential null pointer exception in WdRootElement scroll
8-
- Refactor executeCanvasScript logic to Canvas web classes
2+
- Bump io.github.bonigarcia:webdrivermanager from 6.2.0 to 6.3.2
3+
- Update Windows GitHub runners environment to Windows Server 2022
94

105
#TESTAR v2.7.8 (2-Sep-2025)
116
- Add paintBatch and drawBatchTestar logic to paint all web elements at once

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535
// https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java
3636
implementation group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '4.35.0'
3737
// https://mvnrepository.com/artifact/io.github.bonigarcia/webdrivermanager
38-
implementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '6.2.0'
38+
implementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '6.3.2'
3939
// https://mvnrepository.com/artifact/io.appium/java-client
4040
implementation group: 'io.appium', name: 'java-client', version: '10.0.0'
4141
// https://mvnrepository.com/artifact/com.orientechnologies/orientdb-graphdb

0 commit comments

Comments
 (0)