I am trying to enter the data in the text field available in the browser and click on enter to submit the data to server.
I am able to succeed in entering the data but not able to click enter button.
I tried by using HotKeys
2) “8.00[k(enter)]”
3) Click enter in different text box
Please help to push data to the server after clicking the enter button
Hi
welcome to uipath community
we can use SEND HOT KEY ACTIVITY with key as tab which will get us to next cell or any other key that takes us to next cell can be mentioned
–followed by use another SEND HOT ACTIVITY with key as enter which will click on it
its more like how we do with keyboard without using mouse
Fine
usually i would suggest to go for IE by default as uipath support IE without any extension and is more reliable than anyother browser with uipath
–and if we want to do with chrome then we need to install chrome extension so that we would be able to select the element and use them
–while edge we again need to install Edge extension https://docs.uipath.com/studio/docs/installing-the-edge-extension
kindly check once whether its installed or not