cancel
Showing results for 
Search instead for 
Did you mean: 

iRPA - How copy a value from web form

lucie16
Active Participant
0 Kudos

Hi all,

I have trouble with copying (getting) a value from a form on a webpage. This value is in a field and it can be rewrited. When I run a test, it shows, that the content of Clipboard is empty (content: "").

I am using Cloud Studio.

I tried:

1) Get Element - I can get labels or text in buttons by this, but not a value in field.

2) Highlight the text by double click, do Ctrl+C (keystroke) and get it from Clipboard

It also makes some error with the message dialog. It shows me an empty window, which I can't close and the test is still running:

Anyone know something what could help?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member131950
Participant
0 Kudos

Hi Lucie,

Did you try to print the copied value in Log Message? I faced similar issue where copied content showed empty "" in test run but if you print it in Log Message it shows the value.

lucie16
Active Participant
0 Kudos

I tried Get Element and then Log Message, but it is still empty, even in the log.

Btw. when I look at Captured Data I can see the value there and I could add it to Criteria, if I want.