Skip to content

Commit cd478a1

Browse files
committed
[dotnet] update changelog and bump version to 4.3.0
1 parent 564d300 commit cd478a1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

dotnet/CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v4.3.0
2+
======
3+
* Added CDP support for v103, and remove v100
4+
* Removed Element `GetProperty()` method
5+
* Removed execute Chrome command methods
6+
* Removed AddAdditionalCapability() methods from Browser Options classes
7+
* Removed IFindsBy locator interfaces
8+
* Removed HTML5 commands, interfaces and classes since not w3c supported
9+
* Removed support for moving to top left of element due to inconsistencies
10+
111
v4.2.0
212
======
313
* Implement setting pointer event properties

dotnet/selenium-dotnet-version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.2.0"
3+
SE_VERSION = "4.3.0"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_FRAMEWORKS = ["net45", "net46", "net47", "net48"]
66
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0", "netstandard2.1", "net5.0"]

0 commit comments

Comments
 (0)