I am using get Text activity to fetch some amount from web based table or data

Hi All,

I am using Get Text activity to fetch some amount data from web application and store into variable. But selectors are not supporting.

Screenshot:-

image

Selectors:-

Everytime this selector get failed.

Any suggestion??

1 Like

hey

can you share the main selector, using the uiexplorer please?

regards!

@fernando_zuluaga

and why you are not using this selector?
you can add the css-selector propertie and try it

let me try

@fernando_zuluaga Still not supporting

can i see the element you are looking for?

Hi @shuklarchana001 ,

I’m not entirely sure if this will work, but its worth a try.

<webctrl aaname='^\$[\d.,]+' parentid='gridview-*-record' tag = 'DIV' matching:aaname='regex'/> 

You might have to replace the parentid with something a bit more reliable.

Kind Regards,
Ashwin A.K

this is not working

@ashwin.ashok @fernando_zuluaga

Instead of get that amount, I am trying alternate solution . I am trying to fetch all amount data from web table using get text activity.

screen shot:-

I have marked value which i want to fetch.

using Get Text activity and use selector:-

but when I try to run this, this will fetch last row of value. but loop move for next row where no row is there. and it get failed on get text activity.

Please suggestion.

Hi @shuklarchana001 ,

If possible, could you try extracting it as a DataTable?
It would makes things easier for you.

Kind Regards,
Ashwin A.K

It is not working when extracting data scraping , and i need only one amount column values

@shuklarchana001 Remove parentid from your selector and try to use table row and table column, aaname (wild card if necessary) . See if the selector is working

@ushu I did tried earlier with table row and column it was not working

@shuklarchana001 Can you share the condition that you put for loop

Hey @shuklarchana001

What is the condition or rule to identify the row from which the price should be scrapped?

Thanks
#nK

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