${KEY_ENTER} works with most “normal” websites. Below is a working example with the DuckDuckGo search engine. But complex Javascript on a website can sometimes “swallow” the simulated key event. => For a test, can you link to the web page that you are trying to automate?
Actually I’m hitting the same issue.
I don’t know why it is working on “https://duckduckgo.com/”, but the event object sent by “sendkeys” does not have the “code” field or the “key” field.
Here is an example of the event object “sendkeys” is sending:
Our problem is just the opposite: We need a website (or websites) where it does not work, so that we can test. The issue we have during sendkey development is that we find even if we make the above changes it would not improve the command. We might be wrong here.
=> That is why it will be very helpful if you (or anyone else reading this) can reply with websites where the sendkey ${KEY_ENTER} does not work currently. Then we can use these pages to test and debug further.
@R0ger1 automating discord app chat works great with Kantu, just make sure that you use xclick and xtype instead of the standard selenium ide click and sendkey commands.