Skip to content

Commit 53b31d1

Browse files
committed
Update changelog and version
1 parent 41a8b3d commit 53b31d1

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#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
9+
110
#TESTAR v2.7.8 (2-Sep-2025)
211
- Add paintBatch and drawBatchTestar logic to paint all web elements at once
312
- 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.8
1+
2.7.9

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.8 (2-Sep-2025)";
65+
public static final String TESTAR_VERSION = "v2.7.9 (23-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";

webdriver/src/org/testar/monkey/alayer/webdriver/WdRootElement.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Copyright (c) 2018, 2019 Open Universiteit - www.ou.nl
3-
* Copyright (c) 2019 Universitat Politecnica de Valencia - www.upv.es
2+
* Copyright (c) 2018 - 2025 Open Universiteit - www.ou.nl
3+
* Copyright (c) 2019 - 2025 Universitat Politecnica de Valencia - www.upv.es
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)