How can i solve the "Web Page Information" task error?

Discuss RoboTask here
Post Reply
Darksuddent
Posts: 0
Joined: Thu Dec 09, 2021 3:31 pm

How can i solve the "Web Page Information" task error?

Post by Darksuddent »

It seems that the error it's from the "Web Address" field, but i don't know how to solve it, can anyone help me?

Here's the log:

I: 10/12/2021 10:50:20: ****** Starting task: Download ******************
I: 10/12/2021 10:50:20: Executing "1.Focus window "Centro de Mídias SP - Google Chrome""
I: 10/12/2021 10:50:20: Executing "2.Delay 1 sec"
I: 10/12/2021 10:50:21: Executing "3.F5"
I: 10/12/2021 10:50:21: Executing "4.Delay 1 sec"
I: 10/12/2021 10:50:22: Executing "5.Send keys to active window"
I: 10/12/2021 10:50:22: Executing "6.Delay 1 sec"
I: 10/12/2021 10:50:23: Executing "7.Move"
I: 10/12/2021 10:50:23: Executing "8.Click left button"
I: 10/12/2021 10:50:23: Executing "9.Delay 1 sec"
W: 10/12/2021 10:50:24: Step "Send keys to active window" is skipped
W: 10/12/2021 10:50:24: Step "Delay 1 sec" is skipped
W: 10/12/2021 10:50:24: Step "Question Dialog" is skipped
W: 10/12/2021 10:50:24: Step "If Then" is skipped
W: 10/12/2021 10:50:24: Step "ENTER" is skipped
W: 10/12/2021 10:50:24: Step "Delay 1 sec" is skipped
W: 10/12/2021 10:50:24: Step "Focus window "Sem título - Google Chrome"" is skipped
W: 10/12/2021 10:50:24: Step "ENTER" is skipped
W: 10/12/2021 10:50:24: Step "Delay 1 sec" is skipped
W: 10/12/2021 10:50:24: Step "%({LEFT})" is skipped
W: 10/12/2021 10:50:24: Step "Else" is skipped
W: 10/12/2021 10:50:24: Step "Send keys to active window" is skipped
W: 10/12/2021 10:50:24: Step "End If" is skipped
I: 10/12/2021 10:50:24: Executing "23.Web Page Information"
E: 10/12/2021 10:50:24:
E: 10/12/2021 10:50:24: An error occurred. Step #23 (Web Page Information).
Oleg
Site Admin
Posts: 3011
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: How can i solve the "Web Page Information" task error?

Post by Oleg »

It seems you open the page in Google Chrome.
In this case the action "Web Page Information" will not help you. It works only with embedded browser.
Also I can say that actions "WEB document" are deprecated and we have removed them in latest versions (8.x)
There are Chromium actions instead of Web documents

If you want to get page text from the page in Google Chrome then you need to send these keys to it:
Ctrl+A - select all
Ctrl+C - put selected text into clipboard

Next you can use Get Text from Clipboard to put this text into variable
or use system variable ClipBoardContent
Oleg Yershov
Post Reply