Find Item and do a Mouse click

Akuma91

New Member
Hi Everyone,

Hope you are all doing good.
I have a question, Is it possible to create a flow where a word in a cell of Collection stage could be found and clicked on a web page?
If yes, please do tell me how it can be done.

Thanks in advance!
 

VJR

Well-Known Member
Hi Akuma91,

- Get the word from the collection and store it in a Data Item.
- You mentioned mouse click so I assume it is a hyperlink or a button. Whatever that may be, spy that control on that page and get its attributes. For eg; if its a hyper link, spy the hyperlink that contains the word. In the list of attributes you will see that word under the Value column. It could be under an attribute called 'Value' or 'Text'.
- Make this attribute as Dynamic. Meaning - set the dropdown in the Match Type column to Dynamic.
- Now in the Navigate stage (or Writer stage according to your needs) drag this hyperlink element and in the parameters (small button with dots) pass the Data Item in step 1 above. Here you are telling Blue Prism to select that element which is a hyperlink and has the text same as the one in the Data Item.
- In the Action dropdown select the desired action like Click etc.
 
Top