Pitel
08/23/2021, 12:19 PMval sortDom = document.querySelector("thead th span") as SPAN
sortDom.click() // Why is there no click() method?! It works in browser.Big Chungus
08/23/2021, 12:20 PMsortDom.asDynamic().click()Pitel
08/23/2021, 12:24 PMUnresolved reference: click. Ok,I'll have to resort to the dynamic way.Tomasz Krakowiak
08/23/2021, 1:00 PMHTMLSpanElement instead of SPAN.