Recorded script does not trigger events correctly... Either Enter or Text not accepted correctly

I am trying to debug why a Katalon Recorder generated script can’t trigger the events correctly to trigger a search.

I suspect that the text keyword “water” is not accepted even though it is shown.

Any help would be appreciated.

I have attached the recorded script. The demo website is public.

SendKeys Enter Ignored.html (10.0 KB)

Below is the simplified script.

open | dbFront |
click | css=div[mh=‘fcUsername’]>input |
type | css=div[mh=‘fcUsername’]>input | dbGuest
type | css=div[mh=‘fcPassword’]>input | password
assertText | css=button[mh=‘bLogIn’]>span | Log In
clickAndWait | css=button[mh=‘bLogIn’]>span |
waitForTitle | dbFront - Select Database |
open | dbFront |
open | dbFront |
click | css=a[mh=‘tabSqlserver’] |
click | css=div[mh=‘tabSqlserver’]>a:nth-of-type(1)>span>div.name |
click | css=div[mh=‘tabProduct’] input[type=‘search’] |
type | css=div[mh=‘tabProduct’] input[type=‘search’] | water
sendKeys | css=div[mh=‘tabProduct’] input[type=‘search’] | ${KEY_ENTER}
waitForText | css=div[mh=‘tabProduct’] div.dataTables_info | Showing 1 to *

2 Likes