I can see on your screenshot that line 2 of your selector is breaking, you have used [3] instead of [4]. I would replace this with a wildcard and try running it again.
Hi @Nithinkrishna , will you help me like where did you find that in error.
like change this thing as you shared may i know where we can see the changing values we can find?
like how can compare the error and edit selector.
its really use full to me in further process.
It’s actually in the error message screenshot which was shared by you.
The error message says, Could not find UI element for this selector
And the main thing is in the 2nd and 3rd section of the error message,
2nd section confirms that the selector failed at line [2]
And the 3rd section prints the closest match which shows the change in number in the name attribute of the selector which proves the number in the value may be changing or dynamic like 3, 4, 5 etc…
So the resolution we did is just to use wild card * which means there can be any characters at that point.