B4J Question Mouse_Click automation in WebApp?

Beja

Expert
Licensed User
Longtime User
Hi all,

I am in a website where there is a form to fill in.
In the form, there are a button to click, then a dialogue box appears, from which I must select an option, then I am taken to ComboBox, where I must click the little down-arrow to open it and select an item from the drop-down menu.. Now since I am going to click on the same places each time, select the same items...etc.. is it possible to automate these clicks in code, so that as soon as I enter this process all clicks are done automatically in sequence?

Thanks in advance.
 

Beja

Expert
Licensed User
Longtime User
Thanks Erel,
I am working with some agency, where I go to their website every morning and do the daily business with them. I click on the same places every time (a button, check boxes, drop-down menu and select an item, and finally save a file in xls format.. I can build the file name, but I want to automate these same clicks (if possible) so I can save time.
 
Upvote 0
Top