I want to click on purple place

image

The purple part is the spare part.
So there may be a change of location or absence.
Does anyone know how to click on the remaining seats?

I would use the Click Image activity.

1 Like

Can you share with us more details on the purple element structures / selector options offered by UiExplorer. Thanks

1 Like

i did, but it’s not clicked.


this picture is find element ui explorer

attach browser - find element (red square place) - click image
image

please show us from UiExplorer also the right side wherre the different available selector properites are displayed thanks

1 Like

(where there are boxes like below:)

Actually this bot might be interesting to save places at concerts: it’s so hard to get places for some shows !!! Never thought of a bot for it :joy:

2 Likes

It’s been about a month since I started and I’m testing this and that. :slight_smile:

1 Like

@S_Sim
we cannot inspect the selectors as long we can access the webpage. So the provided XAML will not serve for analysis.

In case of ot os a public URL pleaser share it with us. Otherwise share the screenshot from offered Selector properties (UiExplorer right side) for a purple element. Thanks

2 Likes

It should work. As a Selektor it is fine if you just point it to the browser app, e.g. the first “App=Chrome” line. Also use the whole graphic, purple with black border and small background white.

1 Like

Hi @S_Sim,

That is a cool problem to solve, lucky you!

We have used Find Image Matches to find icon of a particular color and store all attributes of that icon in an IEnumerable<UiElement>

This activity finds all similar icons in the screen. You can later use the position attribute to use the Click Activity on each of them.

The Find Image Matches will return a IEnumerable<UiElement> so you need to go into it to fetch the position values. Please refer this post on how to do this: How to initialize UiPath.Core.UiElement - Help / Studio - UiPath Community Forum

Goodluck!

2 Likes


this picture?

1 Like

thank you

like this?
image

thank you i trying it

Perfect, thanks !
Do you see on the right the tags “tableCol” and “tableRow” ? That’s a good starting point. We need also to find a tag that shows us that the seat is empty or not.
To do so, we need to understand the difference between this selector (that is pointed to a purple seat), and a selector that points to a white seat.
Would you mind sending us a screenshot of a selector of a white seat please ?

in UI Explorer of find element activity???


not see white seat selector only