File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ v3.0.0-beta1
2
+ ============
3
+
4
+ IMPORTANT CHANGES
5
+
6
+ * Minimum java version is now 8+
7
+ * The original RC APIs are only available via the leg-rc package.
8
+ * To run exported IDE tests, ensure that the leg-rc package is on the
9
+ classpath.
10
+ * Support for Firefox is via Mozilla's geckodriver. You may download
11
+ this from https://github.com/mozilla/geckodriver/releases
12
+ * Support for Safari is provided on macOS (Sierra or later) via
13
+ Apple's own safaridriver.
14
+ * Support for Edge is provided by MS:
15
+ https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
16
+ * Official support for IE requires version 9 or above. Earlier
17
+ versions may work, but are no longer supported as MS has
18
+ end-of-lifed them.
19
+
20
+ Other major changes:
21
+
22
+ * New html-table runner backed by WebDriver.
23
+ * Unused command line arguments are now no longer parsed.
24
+
25
+
1
26
v2.53.0
2
27
=======
3
28
You can’t perform that action at this time.
0 commit comments