Hi,
I’m getting this error in Client Security Hash exercise:
Click ‘BUTTON’: Cannot find the UI element corresponding to this selector:
Can you help me with this?
BR
Kasia
Hi,
I’m getting this error in Client Security Hash exercise:
Click ‘BUTTON’: Cannot find the UI element corresponding to this selector:
Can you help me with this?
BR
Kasia
Hi @kampro,
–
Mukesh
@kampro Can you show us the Selector?
1.Click on validate - if it’s still green , we are good with it .
3.if not , use indicate element to repair the selector.
–
Mukesh
Hi
Is SIMULATE CLICK property enabled
Kindly check that once and try again
Cheers @kampro
Hi @mukeshkala
When I open the workflow I can see Validate button in red:
Hi @Palaniyappan,
Yes, the simulate click is enabled.
BR
In the above selector -
Title = ‘Acme System *’
Aaname =‘Update *’
–
Mukesh
Hi @mukeshkala
Still the same…
Hi @kampro
You may try an “Anchor Base” element to catch the secure button.
In that, put “find element” in anchor (which would be any element near the secure button) and click in action activity by targetting such secure button.
I have resolved my bug by doing this.