1.Introduction
An utils extension to work with Html.It also supports Html encoding and decoding.
Latest Version: 1
Released: 2020-07-09T18:30:00Z
Last Updated: 2020-07-09T18:30:00Z
2.Blocks
3.Documentation
- Got Element By Id
Event raised after getting element by id
element ~ text
- Got Elements By Attribute
Event raised after getting elements list by attribute
elements ~ list
- Got Elements By Class
Event raised after getting elements list by class
elements ~ list
- Got Elements By Css Query
Event raised after getting elements list by css query
elements ~ list
- Got Elements By Tag
Event raised after getting elements list by tag
elements ~ list
- Parse Failed
Event raised if parse failes and gives error
error ~ text
- Parse Success
Event raised if parse was successful
- Body
Returns body of html
Returns : text
- Decode Html
Decodes given html text
Accepts text(html)
Returns : text
- Encode Html
Encodes given html text
Accepts text(html)
Returns : text
- Get Element By Id
Tries to get element by id
id ~ text
- Get Elements By Attribute
Tries to get elements by attribute
attribute ~ text
- Get Elements By Class
Tries to get elements by class
className ~ text
- Get Elements By Css Query
Tries to get elements by css query
cssQuery ~ text
- Get Elements By Tag
Tries to get elements by tag
tag ~ text
- Get Value
Converts html text to plain text
Accepts text(html)
Returns : text
- Head
Returns head of html
Returns : text
- Parse Html From String
Tries to parse given html text
string ~ text
- Title
Returns title of html
Returns : text
4.Downloads
Download Link1: com.sunny.HtmlUtils.aix (218.6 KB)
Download Link2: com.sunny.HtmlUtils.aix - Google Drive
This third link (shortened) link is for those who liked my work or who want me to support.
Thank you for your love
Download Link3: Shrink your URLs and get paid!
Let me know if you see any wrong content there
5.Credits
I am thankful to @FahadAhmad for testing the extension
Also a lot of thanks to Kodular for this great platform