For example right now you cannot do ```typescript element.click(); ``` as it'll just go to the void. We should support this, it'll likely end up using a similar internal architecture to https://github.com/glide-browser/glide/pull/213
For example right now you cannot do
as it'll just go to the void.
We should support this, it'll likely end up using a similar internal architecture to #213