Select HTML Page Links#

Using web page code parsing to obtain a list of all links from the page.

Page Code[Text] The web page code from which the required nodes need to be selected.
Page Link[Text] The link to the page from which the code was obtained. This property is used for the correct handling of relative links.
XPath

[Text] The query formulated in XPath language.

If the property is not specified, the value used will be:

".//a[@href]".

Result

[Dictionary] A dictionary with values. The keys of the dictionary are the links themselves, and the values are their text. For example,

"https://google.ru" - "Google Search".

Error Handling Level

Select the error handling level. Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that the blocks will output during operation. Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.