Error is like below:
System error at initialization: Cannot find the UI element corresponding to this selector: at Source: Click ‘BUTTON’
I tried changing selector but didn’t work.Can anyone suggest me what’s the issue.
Error is like below:
System error at initialization: Cannot find the UI element corresponding to this selector: at Source: Click ‘BUTTON’
I tried changing selector but didn’t work.Can anyone suggest me what’s the issue.
Hello @SUPRIYA123
Make sure you click activity is inside an “Attach Browser” activity!
You could also try using tab and enter to work as a workaround
Regards,
Rishabh.
This looks almost identical to mine from this lesson but I used IE. Do you have the chrome plugin installed? Are you able to successfully click other items in chrome? Are you using SimulateClick or SendWindowMessages for the input method?
In the title attribute, try using use value as ‘ACME System1 - *’
I installed chrome plugin and i used simulate click.But not working
sorry i didn’t get what you said
Try putting asterisks (*) around the aaname=‘Work Items’. This worked for me. It appears the selector is different in Chrome than IE for me. Your selector matched my IE selector but in Chrome get
<html app='chrome.exe' title='ACME System 1 - Dashboard' />
<webctrl aaname=' 					 Work Items' parentid='dashmenu' tag='BUTTON' />
Try this:
<html app='chrome.exe' title='ACME System 1 - Dashboard' />
<webctrl aaname='*Work Items*' parentid='dashmenu' tag='BUTTON' />
It worked.Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.