To fetch the dynamic text value from a web application

I am trying to get the status value from an webpage , the value is dynamic I want to fetch that value from the browser, I have tried get text activity but it is not working as the position of this table is not constant so while using get text activity am not getting the value .

Can anyone please help me here .
If any other information required please let me know.

@Raj.1,

First get the stable selector for the status ui element with the help of UI Explorer. Use reliable and unique attributes to identify the ui element and use the refined selector in Get text.

@Raj.1

it looks like table so try with extract datatable it should extract all values and you can get any value as you need

cheers

Hi Anil,

I have tried to store the value in a table and tried to get the value from table, but while storing the data in the table all the value are stored in a single row with multiple columns, u can assume there will be 5 columns and in the row the value are getting stored ,
The status is getting stored in column 2 and the value active which is the value for status is getting stored at column 5 so when am using for each loop it is only showing all the rows values am not able to fetch it properly.

Can we fetch it some how like if column 1 value is status we need column 5 value what evere the value may be ?? Or is there any other way we can find it out .

Can you please help me here .

@ashokkarale ,

Can you please help me with some examples.
It will be helpful for me .

Am also tried it by using get text activity but as the position of the table getting changed am not able to get the stable value for this . Am also tried by adding one anchor as the status still it did not help me .

@Raj.1

use lookup on status value(col2) and get corresponding column 5

altenate show how is it extracted for more clarity

cheers

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