-
Open the web page in your browser.
-
Open the browser DevTools.
-
In the console tab, type this:
document.querySelectorAll("one-app-nav-bar a[title=Leads] > span").length
If it returns 1
, then change your Test Object ClickLead
to use CSS and provide it with this selector:
one-app-nav-bar a[title=Leads] > span
Let me know what happens.