How to send value at input filed for desktop automation

seem like sendkeys is not recognized by kantu when running desktop automation.
Or is there any other api to operate it?

BTW why it show erro “Kantu is not connected to a browser tab” in the log.

Any help would be greatly appreciated.

seem like sendkeys is not recognized by kantu when running desktop automation.

Yes. Sendkey is aSelenium IDE command for web automation and always works (only) works in the web browser.

For desktop automation please use xtype. It is a more powerful “SendKeys” command as it works with real user keyboard simulation.

See also SendKeys vs XType

BTW why it show erro “Kantu is not connected to a browser tab” in the log.

Because no web page is loaded. I can see from your screenshot that the Chrome start page is open. This is a special page where Kantu can not insert Javascript (as required for commands like click, sendkey,…). But commands like XClick and XType would work ok.

nice.

Another suggestion. why don’t kantu provider artifacts for different programing language binding.
I know you recommend Command Line API. But it‘s really not convenient to write scripts and team collaboration.

Actually xtype is not working and also xtype not having eye select icon so i unable to find locators in remote desktop. Could please suggest me.