You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added generic overloads Find{TComponent, TElement} and FindAll{TComponent, TElement} to query for specific element types (e.g., IHtmlInputElement). By @linkdotnet.
Added generic overloads WaitForElement{TComponent, TElement} and WaitForElements{TComponent, TElement} to wait for specific element types. By @linkdotnet.
Fixed
Adding convenient overloads for InputAsync and ChangeAsync to have feature parity with the sync version. Reported by @ScarletKuro. Fixed by @linkdotnet.