Using wildcard selector

Dear all,

I am using the webctrl css selector and it doesn’t seem to work well.

Could someone help with this pls? :slight_smile:

thank you.

Uncheck the CSS selector and use some other attributes and try if it works :grinning:

1 Like

Thanks for the suggestion. Will test thAt

1 Like

@Cherlyn My suggestion is not to use css selector. Css selector changes based on the actions on the web page. For example, for an anchor tag, there will be a different css class added on mouse over or on link selection.
Instead use Parent element references or relative references.

Hope this helps!