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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad
8
8
9
9
## Added
10
10
- Added `FindByAllByLabel` to `bunit.web.query` package. By [@linkdotnet](https://github.com/linkdotnet).
11
+
- Added generic overloads `Find<TComponent, TElement>` and `FindAll<TComponent, TElement>` to query for specific element types (e.g., `IHtmlInputElement`). By [@linkdotnet](https://github.com/linkdotnet).
12
+
- Added generic overloads `WaitForElement<TComponent, TElement>` and `WaitForElements<TComponent, TElement>` to wait for specific element types. By [@linkdotnet](https://github.com/linkdotnet).
0 commit comments