css-selectors
Service icon

Css Selectors

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 04 January 2023
 by 
0.0
 (0 ratings)
css-selectors

Css Selectors

Documentation
1.0.0

Options

 

  • querySelector
    • URL: URL to get html.
    • Selector: Css selector to get the first element.
    • Node: Return the first element.


  • querySelectorAll
    • URL: URL to get html.
    • Selector: Css selector to get the first element.
    • Nodes: List with node elements.

 

  • How its works?
    • Filter a list of multiple selected tags or you can select all.