flow icon indicating copy to clipboard operation
flow copied to clipboard

[Task]: HTML Scalar Functions

Open norberttech opened this issue 2 months ago • 0 comments

What needs to be done?

Ideally we should cover all functions from DOMParentNode

But we can start from:

  • ScalarFunctionChain::querySelectorAll() - returns all
  • ScalarFunctionChain::querySelector() - returns first

I don't think we need a dedicated DSL functions as those are type of functions that you execute on ref('html')

Like all other scalar functions those two would require:

  • Unit tests covering edge cases
  • Simple integration tests covering happy path usage on some example pipeline

norberttech avatar Oct 27 '25 16:10 norberttech