On a robotic machine, the process starts and reports an error "Send Hotkey ‘INPUT ACTION’: Could not find the UI element corresponding to this selector: " and on the studio worsk’as it should.
Do you know what it is and how to solve it?
- What is the input method?
- Is the right window activated? did you happen to check the failure screenshot?
- is the selector generic?
cheers
You must have used very narrow or specific selector for Send Hotkey. try making it more relaxed or application screen level only.
Thanks,
Ashok ![]()
Dear,
The problem is not solved.
in the studio it works on the robot no. Open the browser and when it needs to perform “ESK” in order for the requested shortcut to appear, it does not perform it.
Do you have any idea how to solve this problem?
open like this
but you need to use “esk” to open it like this
Yes, the process needs to execute the esc command from keyboard to make the popup appear.
this step works on studio but not on robot

Ok.
-
I hope you are using Use Application/Browser activity to open the desired web page. If not, use it.
-
Inside this scope add
Keyboard shortcutactivity. -
Indicate the web application page in
Keyboard shortcutactivity. -
Click on Record button to record ESC button.
This should work.
Thanks,
Ashok ![]()

