How to perform Click Activity based on specific CSS selector

I have 16 elements with this CSS selector: “.tbl-cl-act.link a”.
Aim is to click on each element with that selector.
Anyone knows how am I supposed to overcome that?
Thanks in advance.

Check the following activity -

Regards,
Karthik Byggari

Do you maybe know how to put trbody tr tag into XML string value as filter within Find Children Activity?

@bp777
your question let me assume that the links are inside a table. Give a try on following:

  • configure the dind children to this particular table
  • configure the filter selector to: <webctrl tag='A' class='YourLinkClassName' />
  • configure scope to FIND_DESCENDENTS

Let us know afeeedback on the result

1 Like

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