val sortDom = document.querySelector("thead th span") as SPAN
sortDom.click() // Why is there no click() method?! It works in browser.
b
Big Chungus
08/23/2021, 12:20 PM
what do you mean there's no click? Do you mean compiler errors or method not doing what you want? If it's the first option it might be that DSL simply didn't generate bindings for it. You can always do