Hi,
I am using Send Hotkey Crtl+Shift+i to insert a PDF file into another PDF within Adobe Acrobat. It seems after running this hotkey, both of my Ctrl keys get stuck on my computer. This is preventing activities from happening further down the sequence. I have tried disabling sticky keys and such but I am unsure why it is still happening.
Let me know if you have any suggestions.
Thanks.
Yan_Boos
(Yan Boos)
January 22, 2019, 4:14pm
2
Hello @sducey95 ,
You could go for the TypeInto activity using this:
“[d(ctrl)][d(shift)]i[u(ctrl)][u(shift)]”
d is for down keypress
u is for release the keypress (up keypress)
Regards
2 Likes
loginerror
(Maciej Kuźmicz)
January 22, 2019, 4:15pm
3
Hi @sducey95
Could you to try this workaround:
Hi @Jane
One way is to use the Keymodifier like what was suggested for each click activity, so it holds down for example Ctrl each time it clicks.
[image]
The other way is to use the TypeInto and perform a down keypress, but be careful because the key will be stuck down until it is released by using the up keypress.
[image]
Regards.
It might work to get the key unstuck.
2 Likes
If you use @Yan_Boos suggestion, make sure you use lctrl
or rctrl
and same for shift. I have had issues where using just ctrl, alt, or shift get stuck, so adding l
or r
to the key works better.
4 Likes
varunk
(Varun Kumar)
July 31, 2019, 6:35am
5
Hi @loginerror ,
I tried this not working.
My scenario is in combo box we need to select all items.
Regards,
Varun
loginerror
(Maciej Kuźmicz)
July 31, 2019, 6:41am
6
Hi @varunk
Could you share a screenshot of how does it work? Wouldn’t sending TAB to navigate and then SPACE to select do the trick here?
varunk
(Varun Kumar)
July 31, 2019, 6:43am
7
Please check the attachment,that is combo box
There I need to select All items from that.
loginerror
(Maciej Kuźmicz)
July 31, 2019, 6:50am
8
It seems like my method would work. Could you try Tab and then Space? Or Arrow Down and then Space?
varunk
(Varun Kumar)
July 31, 2019, 6:51am
9
I tried with Arrow down,not working
loginerror
(Maciej Kuźmicz)
July 31, 2019, 7:01am
10
How about a click on the first element first? It really looks like arrow should work in that window.
Also, are all lines selectable by their own selectors in UiExplorer? Could we have a look at the selector properties?
varunk
(Varun Kumar)
July 31, 2019, 7:06am
11
I checked it is selecting only line
loginerror
(Maciej Kuźmicz)
July 31, 2019, 7:24am
12
Indeed, that is the expected behaviour for the down arrow.
Okay, the goal here is to try to first find what is possible within that window. For example,
what happens when you click the first line an then press CTRL + A?
what happens when you click the first line and then press Down Arrow while holding Shift key ?
what happens when you click each line while holding CTRL?
After you figure out the quickest way to select the options, we could look at different options of automating it in Studio
1 Like
varunk
(Varun Kumar)
July 31, 2019, 7:26am
13
I tried it was happening like first selecting one item,then using ctrl+A it was not performing.
In that application if once we select one item in combo box it was taking that & going to next step
loginerror
(Maciej Kuźmicz)
July 31, 2019, 7:29am
14
This seems like the expected behaviour then, to only allow one element to be selected. No?
I am experiencing this same issue, did anybody ever find a solution?