File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ v3.8.0
2
+ ======
3
+ * Updating .NET bindings setting of timeouts for spec-compliance. This
4
+ also removes some obsolete API entry points that have been marked as
5
+ deprecated for some months now. The properties of the ITimeouts object
6
+ should be used.
7
+ * Updated .NET Options classes to better support W3C Capabilities.
8
+ * Added .NET constructors to FirefoxDriver to align with other browser
9
+ drivers
10
+
11
+ v3.7.0
12
+ ======
13
+ * Made .NET Interactions device classes public. Fixes issue #3989.
14
+ * Reversed the default for whether a generated capabilities payload
15
+ when creating a new session is a spec compliant payload. Fixes issue
16
+ #4758.
17
+
1
18
v3.6.0
2
19
======
3
20
* Removed internal use of deprecated construct in .NET bindings.
Original file line number Diff line number Diff line change 1
1
# BUILD FILE SYNTAX: SKYLARK
2
2
3
- SE_VERSION = '3.7 .0'
4
- ASSEMBLY_VERSION = '3.7 .0.0'
3
+ SE_VERSION = '3.8 .0'
4
+ ASSEMBLY_VERSION = '3.8 .0.0'
You can’t perform that action at this time.
0 commit comments