File tree Expand file tree Collapse file tree 5 files changed +32
-8
lines changed
Selenium.WebDriverBackedSelenium/Properties
WebDriver.Support/Properties Expand file tree Collapse file tree 5 files changed +32
-8
lines changed Original file line number Diff line number Diff line change
1
+ v2.27.0
2
+ =======
3
+ * Changed DesiredCapabilities.Safari() to return DesiredCapabilities instead
4
+ of ICapabilities. Fixes issue #4865.
5
+ * Implemented rudimentary path searching for executable-based drivers (such
6
+ as IE, Chrome, and PhantomJS).
7
+ * Finally made the .NET PhantomJSDriver public. It still requires a PhantomJS
8
+ built from the trunk of that project, at least until PhantomJS 1.8 is
9
+ released in late December.
10
+ * Implemented touch screen actions for the .NET bindings.
11
+ * Added ability to add experimental or additional capabilities for which there
12
+ are not yet type safe options to the .NET InternetExplorerOptions and
13
+ ChromeOptions classes.
14
+ * Removed necessity for path to GhostDriver's main.js for the .NET
15
+ PhantomJSDriverService in favor of a command line switch (GhostDriver is now
16
+ internal to PhantomJS).
17
+ * Modified to no longer hang on alerts triggered by onchange of <select>
18
+ elements or by onsubmit of <form> elements. Fixes issue #3508. Fixes issue
19
+ #2103.
20
+ * Turned off use of the Expect-100 header for the HttpWebRequests.
21
+ * Added various StyleCop changes.
22
+ * Added support for file uploads to a remote WebDriver server.
23
+ * Added a missing method to the Actions API.
24
+
1
25
v2.26.0
2
26
=======
3
27
* Prevent firefox from updating, checking and warning for extension and plugin
Original file line number Diff line number Diff line change 21
21
// Minor Version
22
22
// Build Number
23
23
// Revision
24
- [ assembly: AssemblyVersion ( "2.26 .0.0" ) ]
25
- [ assembly: AssemblyFileVersion ( "2.26 .0.0" ) ]
24
+ [ assembly: AssemblyVersion ( "2.27 .0.0" ) ]
25
+ [ assembly: AssemblyFileVersion ( "2.27 .0.0" ) ]
Original file line number Diff line number Diff line change 50
50
// Minor Version
51
51
// Build Number
52
52
// Revision
53
- [ assembly: AssemblyVersion ( "2.26 .0.0" ) ]
54
- [ assembly: AssemblyFileVersion ( "2.26 .0.0" ) ]
53
+ [ assembly: AssemblyVersion ( "2.27 .0.0" ) ]
54
+ [ assembly: AssemblyFileVersion ( "2.27 .0.0" ) ]
Original file line number Diff line number Diff line change 50
50
// Minor Version
51
51
// Build Number
52
52
// Revision
53
- [ assembly: AssemblyVersion ( "2.26 .0.0" ) ]
54
- [ assembly: AssemblyFileVersion ( "2.26 .0.0" ) ]
53
+ [ assembly: AssemblyVersion ( "2.27 .0.0" ) ]
54
+ [ assembly: AssemblyFileVersion ( "2.27 .0.0" ) ]
Original file line number Diff line number Diff line change 49
49
// Minor Version
50
50
// Build Number
51
51
// Revision
52
- [ assembly: AssemblyVersion ( "2.26 .0.0" ) ]
53
- [ assembly: AssemblyFileVersion ( "2.26 .0.0" ) ]
52
+ [ assembly: AssemblyVersion ( "2.27 .0.0" ) ]
53
+ [ assembly: AssemblyFileVersion ( "2.27 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments