Hi all. I€™ve got what is probably a rookie question around Send Keys that I€™m hoping someone can help with.
I€™m interacting with a List Box that contains around 100 items in. It is scrollable. I need to select multiple items within the table €“ I will know what these values are when I start the process (as input parameters). As a human, I would navigate to the box, select €˜Product 1€™ then hold shift and select €˜Product 2€™, then €˜Product 3€™ etc until I had selected all relevant products . A screenshot of what I€™m looking to do is below, lines blanked out but you can probably get the jist of it.
The issue I€™m having is with the structure that I need to use and whether I do this all within a single navigate stage or multiple. In addition, the values that I need to select will be contained within Data Items. I believe my structure will be something along the lines of ;
Global Mouse Click Centre on Product 1
Select Shift
Global Mouse Click Centre on Product 2 etc
So the structure would look something like this €“ €œ+, [Product 1]€, then click on [Product 2] etc. However when I run the process the products selected earlier don€™t remain highlighted.
Could someone please advise the best way to do this? Is Send Keys the best way?
Thanks
Mike