Click text?

@Maria99

Let us retake the case. As we do not know what was already done on your end, we will describe the entire procedure.

Scenario:

  • Click on: 3G_NoUsage_FMC
  • Element / Application: unclear if row / cell is exposed by a selector:

Analysis:

  • open standalone UiExplorer (Design Tab → UiExplorer)
  • indicate cell / row
    • check if it is offered / highlighted or not
    • check also for other Ui Automation Frameworks by clicking on F4 before indicating and changing used Framework

So if cell / row is exposed by a selector use following approach for generating a seletor with dynnamic parts:

if not offering the cell / row:

  • try click text acitivity
    grafik

dynamic text we create as below:
grafik

1 Like