Hi Can any one please help me to prepare dynamic selectors in uipath.
As you can see in the screenshot there and html structure.
.
.
.
Header
DIV
DIV
i have prepared selector to come upto div tag.
But there 2 div’s i need to go always to 2nd DIV.As per my knowledge i am going step by step came upto DIV tags.
Is there any chance to jump directly to 2nd DIV.
Like :in selenium we will give div(2) in xpath like that???
.
Please help me i am completely structed here since 3 days …there many div’s in the application, no specific names and ID’s for this ,in every situation i want to select one tag out of many tags.
What happens if you double click the second div? It should adapt the selector by taking it’s elements from the tree.
My guess is that it would add an idx parameter.
It really looks like it should select the second one. I suppose you could check it by pointing a Find Children activity to the Header and printing the selectors for the children elements based on that. It could show you what the selector should be.
Would you mind creating a new topic with more details around your particular situation. Please include details about your Studio version and used activity packages (it goes to say, please first try the latest versions of the activity packages).