Skip to content

Commit d660e13

Browse files
committed
Update changelog and version
1 parent db08dcb commit d660e13

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
#TESTAR v2.7.10 (26-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
9+
10+
111
#TESTAR v2.7.9 (23-Sep-2025)
212
- Bump io.github.bonigarcia:webdrivermanager from 6.2.0 to 6.3.2
313
- Update Windows GitHub runners environment to Windows Server 2022
414

15+
516
#TESTAR v2.7.8 (2-Sep-2025)
617
- Add paintBatch and drawBatchTestar logic to paint all web elements at once
718
- Fix the derivation and visualization of slide actions in web applications

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.9
1+
2.7.10

testar/src/org/testar/monkey/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
public class Main {
6464

65-
public static final String TESTAR_VERSION = "v2.7.9 (23-Sep-2025)";
65+
public static final String TESTAR_VERSION = "v2.7.10 (26-Sep-2025)";
6666

6767
//public static final String TESTAR_DIR_PROPERTY = "DIRNAME"; //Use the OS environment to obtain TESTAR directory
6868
public static final String SETTINGS_FILE = "test.settings";

0 commit comments

Comments
 (0)