forked from DotNetSeleniumTools/DotNetSeleniumExtras
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
33 lines (25 loc) · 914 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
4.14.1
+ Update Selenium.WebDriver package
+ Add net6.0 target framework
+ Remove net5.0 target framework
4.3.0
+ Update Selenium.WebDriver package
4.0.1
+ Update Selenium.WebDriver package
4.0.0-beta4
+ Update Selenium.WebDriver package
4.0.0-beta1
+ Add net5.0 target framework
+ Update Selenium.WebDriver package
+ Fix ByChained failing when element reference becomes stale during the search
4.0.0a1
+ netstandard2.0 and net46 are the only supported frameworks now
+ Add support for IWrapsElement members creation (constructor with IWebElement parameter or WrappedElement setter required)
+ Exceptions from proxied elements are not wrapped in TargetInvocationException anymore
+ Remove DispatchProxy dependency
3.12.1
+ Add constructor with parameters to FindsByAttibute
3.12.0
+ Ability to create custom FindsBy attributes (by inheriting from AbsractFindsByAttribute)
3.1.2
+ .NET Standard 2.0 support