Click activity selector for text "FPS"

Hello guys. I have a problem, that i cant seem to figure out.

I am writing a workflow, that inserts a code into a search bar in a website, then needs to click a certain result, that has text “FPS” in it. My selector looks like this:

webctrl Class=‘ap-search__column’ tag=‘DIV’ innerText=‘FPS*’ />

But i still dont get needed result, my click activity clicks wherever it wants

webctrl Class=‘ap-search__column’ tag=‘DIV’ innerText=‘* FPS*’ />

Please remove space between *

1 Like

@Povilas_Jonikas,

Use Ui Explorer for fine tuning your selectors first. Here you can modify the parameters which best suits your requirement and then use same in your activity selector.

1 Like

It still doesnt work…

I tried my friend, but i cant seem to figure it out. I detect the element, but cant seem to find out why it still doesnt click it

maybe its not on the screen,

could you try set focus activity and it will bring it up to the screen

@Povilas_Jonikas

  1. When you highlight is it highlighting the correct element?
  2. Also div tags are little generic even the outer most div tag can match fps* so check that
  3. If the element is out of screen then it clicks randomly sometimes
  4. Also sometimes selectors are valid but might be detected as an invisible element

Cheers

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