× Use Easybots Studio to download and use the bots from this app

App

Html Utilities

Free

Description

Bots that know how to work with HTML documents. Get HTML elements by selector, get attributes and attribute's value & more...

Author

Martin N.1

Version

2.1.25.0

Available bots in this app

HtmlBot
Actions
GetPageContent

Inputs

  • URL : String
  • timeToWaitInMs : Int32

Returns

  • Content : String
SelectFirstByXPath

Inputs

  • html : String
  • xPath : String

Returns

  • htmlElement : String
SelectAllByXPath

Inputs

  • html : String
  • xPath : String

Returns

  • arrayOfHtmlElements : String[]
GetFirstBySelector

Inputs

  • html : String
  • selectorQuery : String

Returns

  • htmlElement : String
GetAllBySelector

Inputs

  • html : String
  • selectorQuery : String

Returns

  • htmlElements : String[]
GetAttributes

Inputs

  • htmlElement : String

Returns

  • htmlAttributes : String[]
GetChildrenByXPath

Inputs

  • html : String
  • xPath : String

Returns

  • children : String[]
ContainsAttribute

Inputs

  • htmlElement : String
  • htmlAttribute : String
  • htmlAttributeValue : String

Returns

  • isContained : Boolean
GetInnerText

Inputs

  • htmlElement : String

Returns

  • innerText : String
GetAttributeValue

Inputs

  • htmlElement : String
  • attribute : String

Returns

  • attributeValue : String
ExtractTextFromHTML

Inputs

  • html : String

Returns

  • text : String