Hi guys . I’m in progress to check exist blue button or not on 1st pic . And I know that , Button will be displayed dynamic on per category , not default . And When I use UI Explorer to indicate element , I see that “idx” on 2nd pic will be dynamic too and It will be depend on position blue button on per Category which will set on System . I don’t know “How To Check Dymanic Index” for Element on screen when It change position blue button another category ? . Any help . Thanks
Does the innertext or parentclass/parentid remain constant throughout?
If so, then you can remove any dependency you have on the dynamic index and use those instead.
Hi , I already checked exist or not button by my self . It’s oke . But I want to click on Blue Button with dynamic index . When it displays on screen . is It possible or not ? . Thanks
Hi , I thought about Click Image activity , but what if many same blue buttons on my screen ? . It will be clicked wrong my category or not . Because you just can click image only when it’s unique on screen . I think so .
Hi , I see inner text or parent class / id on right column on my 2nd pic . But I don’t understand your answer . what is any dependency ? . Could you explain more , please ?
Hi , As I said : It will have many same blue button ( same text ) on screen , just different from index of button . That’s why I need you to help check dynamic index button . Is it possible or not ?
Hi , Thanks for your meaning . I will have many same blue button , same text => Inner text , parent tag , id , class will be same as well . I afraid that It will be clicked wrong category . if I don’t rely to idx instead . I thinks so . Thanks