We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42e132 commit 48b070aCopy full SHA for 48b070a
rb/CHANGES
@@ -1,3 +1,21 @@
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
19
2.47.1 (2015-07-31)
20
===================
21
rb/selenium-webdriver.gemspec
@@ -7,7 +7,7 @@ end
Gem::Specification.new do |s|
s.name = "selenium-webdriver"
- s.version = "2.48.0.dev"
+ s.version = "2.48.0"
s.authors = ["Jari Bakken"]
s.email = "[email protected]"
0 commit comments