Ennex
January 5, 2019, 6:05am
1
In XType, can it really be true there is no simulation of the Home
, End
, and Insert
keys? They’re not listed on the doc page and I tried ${KEY_HOME}
and got the error message “variable KEY_HOME is not defined”.
I’ve had to simulate Home with multiple Ctrl-Left
s, but that won’t work in all cases.
For that Ctrl-Left
workaround, is there a way to send a sequence of repeated keystrokes? Right now, my Home
simulation consists of five XType
commands, each with a target of five ${KEY_CTRL+KEY_LEFT}
s. Not very elegant!
admin
January 5, 2019, 4:25pm
2
Indeed, Home
, End
, and Insert
keys are not yet supported by XType, but I added it to our todo list for the next XModule updates now. Thanks again for your hint.
1 Like
Nemo
March 12, 2019, 1:10pm
3
+1
Really need KEY_HOME to set the element to initial state. Otherwise I have to hit KEY_UP a hundred times in my case.
admin
March 12, 2019, 4:51pm
4
Thanks for your “vote” for this feature. The “missing keys” are on our todo list and will be available in the near future
Hello, I’m checking to see if there is an update on this feature request. I’m a new Pro user and missing these keys creates real difficulties.
admin
June 24, 2019, 9:42pm
6
I totally agree. We plan to have a new update that includes these keys in a few weeks.
1 Like
+1 for this feature or is it already live?
Is home key and end key added in ui.vision
admin
March 3, 2020, 8:55am
9
Not yet. But we plan to (finally) add it with the next XModule update.
Meanwhile for a workaround please see this VBS Python Sendkey forum post.
2 Likes
trexem
June 22, 2020, 6:04pm
10
any update on this? are they available now?
Thanks
1 Like
admin
June 22, 2020, 8:24pm
11
Not yet, the next XModule update is delayed. That is why I mention the"Sendkeys" workaround for those that need support for these keystrokes now.
admin
June 22, 2020, 8:31pm
12
I am locking this thread now. All XType update requests should be discussed here , so we have one place to collect it all:
KEY_SPACE for XType should be available in a few weeks. Meanwhile you can use use XRun as workaround..
Update: 2020/8/8: KEY_SPACE is now available. But this post is still worth reading because:
It shows how to use XRUN
The “external sendkeys” method shown below is still useful if you need to simulate some exotic keystroke combinations that are not supported out of the box by the RPA software.
XRUN and Sendkeys
Here is a Windows solution (Scroll down for Mac and Linux solutions):
With XRun…
admin
August 7, 2020, 8:40pm
13
XType supports KEY_SPACE, KEY_HOME, KEY_END with the new XModule V2020-8 .
${KEY_CTRL+KEY_MINUS},
Sir the above key execute but not working, can you give a solution for this problem
ulrich
February 10, 2021, 10:47pm
15
Is it possible to use scroll up or scroll down through ui.vision.