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: Output/Selenium/ChangeLog.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
2
-
2
+
# 4.0.0-preview3 (Planned)
3
+
## Added / Modified
4
+
- Get-SeElementAttribute now return a hashtable instead of a pscustom object when multiple attributes are queried
5
+
6
+
7
+
8
+
## Fixes
9
+
- Get-SeElement now make use of Get-SeElementAttribute internally to query attributes.
10
+
- Get-SeElement error when using filter / attribute
11
+
- Update-SeDriver default path typo (#206)
12
+
- New-SeScreenshot documentation update (#200)
13
+
- Casing issue with Types.ps1xml filename (#203)
14
+
15
+
# 4.0.0-preview2 (Prerelease)
16
+
## Added / Modified
17
+
- Get-SeElement -Filter; Add a new parameter to do additional filtering before returning. This is equivalent to doing a Where afterward but with the Get-SeElement error management logic applied before returning. (#192)
0 commit comments