Level3 assignment 1 - Open Work Items

I am working on assignment 1. Have been able to login successfully to the acme site and open the dashboard. However, am unable to click on “Work Items”.

I get an error indicating that element is not found.
“Cannot find the UI element corresponding to this selector: ”

Have tried to select the “Work Items” element, in which case for some reason, it includes “firefox” in the selector. Can anyone help to correct the selector please.
I have already tried “indicate on screen” and UI Explorer too :frowning:
Appreciate guidance.

1 Like

Hi,

If you are using browser type as Firefox,then you will see “Firefox in the selector” for click workitems.


Try to use this selector.:
<html app='firefox.exe' title='*' />
<webctrl aaname=' *Work Items' parentid='dashmenu' tag='BUTTON' />
image

2 Likes

Thanks. It worked.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.