XType any key press does not work when kantu user interface loaded in Side Panel

I have the following XType commands that do not work if kantu user interface loaded into the browser side panel.

{
“Command”: “XType”,
“Target”: “${KEY_SHIFT+KEY_TAB}”,
“Value”: “”,
“Description”: “–> [ > ] < --”
},
{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”,
“Description”: “\— PRESSEING [>] BUTTON —/”
},

Looks like it applies to all Keypress commands.

Hi, are you using V9.0.5 already? This issue should have been fixed there.

Also, if you have the side panel on the LEFT, you need to check the “On the left” box in the settings.

Just checked.
Version is 9.0.5 and panel is on right (as default) and “[ ]Check if side panel is on the left” is not checked.

In my particular case the [add] and [Remove] button does not work with the “click” command. It is ignoring it. And I try to remove a selected member. To do so I:

  1. Select a member from the right “selected Members” window
  2. Press [SHIFT]+[TAB] to mark the “remove Arrow”
  3. Press [Enter]
  4. Click [Save] button

XClick is not a solution. So I can’t use this as a work around.

It does work perfectly with Kantu as a separated IDE window but not inside the side bar. There is no selection visible on XType that I see if I have Kantu outside the web browser.

Hope you can reproduce the issue.

image

image

Thanks for the details. Just to clarify:

Is this dialog from a regular desktop application (= desktop automation) on Windows, or is it from a website?

Sorry for the missing information.
This is a web application running in a chrome web browser installed on windows 10.