Hi, When I try to click on an element the click activity is not recognizing the element.
This is the error that the robot is throwing,'Cannot find the UI element corresponding to this selector: ’
This is the selector,’
’
Hi, When I try to click on an element the click activity is not recognizing the element.
This is the error that the robot is throwing,'Cannot find the UI element corresponding to this selector: ’
This is the selector,’
’
I tried with Ui explorer also…It is giving the same error…
I want to click on the ‘Sign in’ link.
you mean the site link…?
@krishnakanth.k Following selectors is working use this in click activity selector
/webctrl name=‘submitBtn’ tag=‘INPUT’ class=‘button blue no-ie-hack’ /
‘webctrl name=‘submitBtn’ tag=‘INPUT’ class=‘button blue no-ie-hack’’
This selector is for ‘Login’ button…
But, I want to click on ‘Sign in’ link.
Thanks guys…Its working…
i didn’t use the delay…That’s why it wasn’t working…
With pleasure