Not able to get Correct Value in Get Full Text

Hi All,

I’m trying to capture the value from the web page and save it in a variable and again need to assign it to an array .

I used GetFull Text and Get Visible text but unable to capture the correct value , i need only the numbers to be captured .

But the output is like this

**Invoice Home **
**User **
Quick

But the screenshot shows as

image
while the output is different.

Please someone could suggest some better way .

2 Likes

Did you try to use the GetText Activities and make the selector dynamic @amirtanm

cheers :smiley:

Happy learning :smiley:

2 Likes

Ya tried but it captures all the values except the selected part

What browser did you use ? @amirtanm can you try ie with that and scarape again the specific uielement.

cheers :smiley:

Happy learning :smiley:

3 Likes

The application is built only for Chrome , we will not be able to open it in IE.
Thanks for your reply , could u please suggest some other way.

1 Like

When you use get text activity did you select the uielement correctly ? @amirtanm

cheers :smiley:

Happy learning :smiley:

2 Likes

Selecting the correct selector will solve this issue. If at all you get the data as a junk value , we can string manipulate and get the required value.

hi thanks all , there was an issue with the browser so unable to get the text using any selector so scraped data as an table and processed it , thanks again.

2 Likes

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