Hi Abinash,
Scenario:
Assumption: You are using Write Stage to enter the value in to the text box.
There are few cases where the HTML button (Search Button in your case), will not get activated unless the value is entered as a keystroke.
When you use...
Hi Zahib,
Your requirement can be achieved using native functions in Blueprism.
Create the following data items:
1. Of Date type, which stores input date.
2. Of Number type, which stores the last date of the month.
3. Of Date type, which sto...
Use a Navigate Stage and use Focus action on the element you want to right click on. That will highlight you element. Then use Global SendKey Events for your root application and give the text input as shown in the picture.