How to Extract the full text in the field box

Hi,

I want to extract the full text in the field box which contains scroll bar. I am using “Get Text” activity but its not extracting the full text. Please help me.

image

Regards,

Hi @raju_alakuntla

Check once by giving scraping property as full text:
image

else

  1. Use the “Send Hotkey” activity to simulate pressing Ctrl+A (select all)
  2. Use the “Send Hotkey” activity again to simulate pressing Ctrl+C (copy)
  3. Use the “Get from Clipboard” activity to retrieve the copied text from the clipboard and store it in a variable.

@raju_alakuntla

Use "get full text "activity to extract the full text

Hi @raju_alakuntla

Change Scraping method

@raju_alakuntla

Did you try with get attribute and get the text or innertext porperties to get whole of the text

Cheers

HI,

Do you use modern GetText activity? If so, can you try to use PreviewExtraction?

image

We can choose extraction mode as the following.

image

Regards,

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