Get Text Issue from Application cell

HI,

I need a advise to get text value from specific box (screen captured as below)

image

Original element

SyntaxEditor Code Snippet

But when I did change the
to
it point to the fist tab

SyntaxEditor Code Snippet

it point to first cell (as below screen )

image

I did try to find using UI Explorer but could get the exec position when I change to value from +0.40 to *.

Below UI Explorer output…all did not get to specific cell

SyntaxEditor Code Snippet

============================================

SyntaxEditor Code Snippet

Regards

Below UI Explorer output…all did not get to specific cell

SyntaxEditor Code Snippet

============================================

Hello @Abang_Jamuri_Abang_Shoker ,

Could you pleases check in Uiexplorer whether any attribute is there like colnum or something which is represtnign the column number? If yes you can use that column number and row number to get the data.

Else use the anchor base. Anchor you can use as the header of the table.

You can use App/Web recorder and during recording you can choose the column header as the anchor.

@Abang_Jamuri_Abang_Shoker I see that selector has attribute of type role is table. If there is table then there should be column name also present in the selector

  • First, identify the element using selector
  • Then, open the selector in UiExplorer
  • Check is there any column name in the right side attributes
  • If its there enable that column name into your selector and validate the selector

Try using anchor base also cannot…

UI Explorer

there is no table number or cell number

Try using App/web recorder and record it.

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