We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d1926 commit 80e3b99Copy full SHA for 80e3b99
3 files changed
CHANGELOG
@@ -1,3 +1,7 @@
1
+#TESTAR v2.7.20 (3-Feb-2026)
2
+- Fix android SPY is displayed property
3
+- Add Rect overlap method
4
+
5
#TESTAR v2.7.19 (27-Jan-2026)
6
- Bump org.seleniumhq.selenium:selenium-java from 4.39.0 to 4.40.0
7
- Update devtools dependencies to v144
VERSION
@@ -1 +1 @@
-2.7.19
+2.7.20
testar/src/org/testar/monkey/Main.java
@@ -62,7 +62,7 @@
62
63
public class Main {
64
65
- public static final String TESTAR_VERSION = "v2.7.19 (27-Jan-2026)";
+ public static final String TESTAR_VERSION = "v2.7.20 (3-Feb-2026)";
66
67
//public static final String TESTAR_DIR_PROPERTY = "DIRNAME"; //Use the OS environment to obtain TESTAR directory
68
public static final String SETTINGS_FILE = "test.settings";
0 commit comments