kane-cli version
0.6.4
Operating System
Windows (x64)
Installation method
npm
What happened?
the Clear action on date fields does not work when the test is executed through the CLI/Agent. The same test works correctly when executed from the KaneAI UI.
The customer application is hosted on a local environment, so we are unable to reproduce the issue internally. The customer has shared the Markdown (MD) file, which is attached for investigation.
Steps to Reproduce
Execute the following test through the CLI/Agent:
Go towebsite
fill #txtUserName with '{{username}}',
fill #txtPassword with '{{password}}',
click the Sign In button,
assert the page heading is 'Application Log',
clear the 'From Date' field and type '07/01/2026',
clear the 'To Date' field and type '07/15/2026',
click the 'Search' button,
assert the results table is visible
Expected Result
The Clear action should successfully clear the From Date and To Date fields during CLI/Agent execution, allowing the new date values to be entered correctly.
Actual Result
During CLI/Agent execution, the Clear action on the date fields does not work as expected. As a result, the new date values are not entered correctly, and the test fails or behaves unexpectedly.
Additional details
We can't reproduce this issue as the user is testing their local website.
The issue is irreproducible at public website on our end.

kane-cli version
0.6.4
Operating System
Windows (x64)
Installation method
npm
What happened?
the Clear action on date fields does not work when the test is executed through the CLI/Agent. The same test works correctly when executed from the KaneAI UI.
The customer application is hosted on a local environment, so we are unable to reproduce the issue internally. The customer has shared the Markdown (MD) file, which is attached for investigation.
Steps to Reproduce
Execute the following test through the CLI/Agent:
Go towebsite
fill #txtUserName with '{{username}}',
fill #txtPassword with '{{password}}',
click the Sign In button,
assert the page heading is 'Application Log',
clear the 'From Date' field and type '07/01/2026',
clear the 'To Date' field and type '07/15/2026',
click the 'Search' button,
assert the results table is visible
Expected Result
The Clear action should successfully clear the From Date and To Date fields during CLI/Agent execution, allowing the new date values to be entered correctly.
Actual Result
During CLI/Agent execution, the Clear action on the date fields does not work as expected. As a result, the new date values are not entered correctly, and the test fails or behaves unexpectedly.
Additional details
We can't reproduce this issue as the user is testing their local website.
The issue is irreproducible at public website on our end.