Been lurking here for a while and I have found this forum to be extremely helpful. I have a question, that I haven’t been able to find the answer to by searching.
A little background, I am using UI Vision to perform some click-path testing on some areas of our 3D simulation software. I also plan to use UI Vision to capture strings, save them to a csv and compare them to a resource csv for the purposes of verifying translations.
Anyway… I have a need to use the “-” as the developers have a piece of machine functionality bound to that key and I need to press it to get passed an overview screen. Every time I try to use that key, it does not work. I seem to be getting the following error. Any thoughts?
@Bonk@admin Were these keys ever defined for the “-” sign?
I am needing to minimize the content within a chrome browser to capture information. I was going to also use the same xtype command but it is still not working it seems.
Hello Admin, When ${KEY_MINUS} and ${KEY_PLUS} are ready?
it’s been 3 years.
I need to simulate zoom out & zoom in using real keystroke shortcut. (I able to zoom out/in using “executeScript” command, but I need real keystroke ${KEY_CTRL+KEY_MINUS} to handle ajax website).