Can Squish for Java applications interact with a Tauri UI app?
-
@Gil-Novak said in Can Squish for Java applications interact with a Tauri UI app?:
Can Squish for Java applications interact with a Tauri UI app?
Hi,
It seems that Tauri apps are based on JavaScript, etc. so probably compiled into web view based executables for the target systems?
If so, Squish for Java would not seem like the right edition for it.
If the compiled application is based on a web view, and Chromium in particular, then Squish for Web may be usable, to achieve automation on GUI object/element level.
Otherwise image based automation could be done (depending on target operating system). For example Squish for Windows could likely be used to automate the application on Windows, to automate black box key presses, mouse interactions and perform synchronization and verification via image search. In addition, if Tauri apps offer accessibility information about the GUI controls on Windows, Squish for Windows may see these, and could use them for object look up, synchronization and verification, too.
Best regards,
Clemens Anhuth -