No http links not supported?

Hi ! I try to open new tab by this url “chrome://flags” but then showing message
“To open a new tab, a valid URL is needed”
Also if i open manually then kantu can not switch to it and can not click any link on it.
So only http links are supported?

And to be more exact, the tab is opened (or macro will switch to this tab) but then can not see that tab is opened and stack there.After some seconds display this error message.

switch to desktop mode and try with
XTYPE
XCLICK

Thank you for reply .I didnt install on this pc xmodules .Do you have installed ?Did you test and working on you on chrome://flags or any similar link ? Thanks!

 {
      "Command": "bringBrowserToForeground",
      "Target": "",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "XDesktopAutomation",
      "Target": "true",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "XClick",
      "Target": "525,50",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "XType",
      "Target": "chrome://flags${KEY_ENTER}",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "XDesktopAutomation",
      "Target": "false",
      "Value": "",
      "Description": ""
    }
1 Like

Thank you mate i will try it .However i tried bringbrowsertoforeground with no xmodules and had no effect .I will install here xmodules and try again .Thank you !

you have to edit this X,Y position

1 Like

Yes i understand what you do thank you !

1 Like