File tree Expand file tree Collapse file tree
testar/src/org/testar/monkey Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 2.7.9
1+ 2.7.10
Original file line number Diff line number Diff line change 6262
6363public 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" ;
You can’t perform that action at this time.
0 commit comments