File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.48.0 (2015-10-07)
2
+ ===================
3
+
4
+ Firefox:
5
+ * Initial implementation of Mozilla's Wires Driver for Marionette; Supported in version 43 and higher
6
+
7
+ Edge:
8
+ * Fix execution with Remote Server
9
+ * Fix Javascript Execution
10
+ * Implement Alert Handling
11
+ * Implement Window Switching
12
+
13
+ Ruby:
14
+ * Initial implementation of W3C WebDriver syntax to support Mozilla Wires
15
+ * Change to RSpec expect syntax
16
+ * Specs can be run from relative directories
17
+
18
+
1
19
2.47.1 (2015-07-31)
2
20
===================
3
21
Original file line number Diff line number Diff line change 7
7
8
8
Gem ::Specification . new do |s |
9
9
s . name = "selenium-webdriver"
10
- s . version = "2.48.0.dev "
10
+ s . version = "2.48.0"
11
11
12
12
s . authors = [ "Jari Bakken" ]
13
13
You can’t perform that action at this time.
0 commit comments