Selector error using click activity

Hi,

I am creating a bot and am running into the “selector not found exception.” I am unsure of how to fix this. So far I have logged into my website and am now trying to use the click function to enter different search parameters, but this is where I run into the error.

Any ideas of how to fix this?

Thanks!

try this

< html app=‘chrome.exe’ title=‘*’ >
< your element selector>

your title will change for every page untill its SPA, so change the tiltle to * and try.

2 Likes

The selector in the second line starting with webctrl appears to have a lot of issues with it, as shown by the green &, if you removed the css-selector from the element it could work.

I would recommend using UiExplorer to look at the element and find generic parts of it, in other words, things which aren’t long strings of letters/numbers.

Hope this helps!

1 Like

Thank you