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