I am working on automation of a terminal session and in one of the particular workflow, I am in need to perform “ctrl + shift + s”, I looked at the send control key it has various options but not multiple key strokes as I am currently in need of.
Connection to terminal session is done via providing the IP address and it opens the UiPath terminal window and not an external terminal application.
Could you try using send hotkey activity and select ctrl, shift and enter s in the key like shown in the screenshot and let me know if it works.
Regards.
Welcome to Community!
We dont have multiple control sendkey , we have some predefined control key
try and check in the terminal manually and see anyother option there to achieve instead of Ctrl+shift+s
And when the connection is established UiPath will open the terminal in the UiPath’s terminal window only and this will be act as same you are using normally.
Only thing is if you want to check anything you need to open the terminal manually and then check for the steps and them add the activities according inside the terminal scope
Which one to select :- need not be any one in particular, depends on what scenario it is, basically I need to figure out the row and column where I need to place the cursor (where ! symbol is present)
Ctrl+shift+s :- this would select that particular service for the workflow and proceed to the next screen.
Alternative I came across from the functional team of this application is, we could also perform right click on the ! symbol (this works just like ctrl+shift+s and selects that service and proceeds to next screen).
I am currently not able to do both, as far as I know mouse activities doesn’t work on a terminal session.