We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8def36e commit e09e28fCopy full SHA for e09e28f
rb/CHANGES
@@ -1,3 +1,19 @@
1
+3.5.0 (2017-08-10)
2
+==================
3
+
4
+Firefox:
5
+ * Firefox subprocess output is now only redirected when debug is set (issue #4311)
6
+ * Fixed a bug where non-integers could be sent when setting window rect
7
+ * Fixed Firefox location detection on Windows_x64 (thanks kamenlitchev)
8
+ * Fixed passing of profile with a W3C compatible remote end
9
10
+IE:
11
+ * Added new IE::Options class that should be used to customize browser
12
+ behavior (native events, element scroll behavior, etc).
13
+ The instance of options class can be passed to driver initialization using
14
+ :options key. Old way of passing these customization directly to driver
15
+ initialization is deprecated.
16
17
3.4.4 (2017-07-13)
18
==================
19
0 commit comments