Hi Experts,
I am trying to build a bot where it will click on an Input field of a Web application and set some value in the input field and finally press Enter. But when i am trying to simulate Enter by e.key.Enter it is not working for me and the Input field is set with value '_Enter_'.
I am running the Code as : SmartITUniversalCl.pSmartITUniversalCl.oGlobalSearchBox.keyStroke(e.key.Enter);

Please let me know if there is some other way I can achieve the Enter key.
Thanks & Regards,
Vishal Sharma.