You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site_source_files/themes/selenium/layouts/downloads/section.html
+36-17Lines changed: 36 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -9,49 +9,69 @@
9
9
<h1>Downloads</h1>
10
10
<divclass="header-description">
11
11
<pclass="body-large">
12
-
Below is where you can find the latest releases of all the Selenium components. You can also find a list of previous releases, source code, and additional information for Maven users (Maven is a popular Java build tool).
12
+
Below is where you can find the latest releases of all the Selenium components. You can also find a
13
+
list of previous releases, source code, and additional information for Maven users.
<p>The Selenium Server is needed in order to run Remote Selenium WebDriver. Selenium 3.X is no longer capable of running Selenium RC directly, rather it does it through emulation and the WebDriverBackedSelenium interface.</p>
21
+
<h2>Selenium Server (Grid)</h2>
22
+
<p>The Selenium Server is needed in order to run Remote Selenium WebDriver (Grid).</p>
22
23
</div>
23
24
<divclass="right">
24
-
<p>Download version <ahref="https://bit.ly/2TlkRyu">3.141.59</a></p>
25
-
<p>To run Selenium tests exported from the legacy IDE, use the <ahref="https://bit.ly/2A7OoTV">Selenium HTML Runner.</a></p>
26
-
<p>To use the Selenium Server in a Grid configuration see the <ahref="https://github.com/SeleniumHQ/selenium/wiki/Grid2">wiki page</a>.</p>
25
+
<p>Latest stable version <ahref="https://bit.ly/2TlkRyu">3.141.59</a></p>
26
+
<p>To use the Selenium Server in a Grid configuration see the <ahref="https://selenium.dev/documentation/en/grid/">documentation</a>.</p>
<p>This is required if you want to make use of the latest and greatest features of the WebDriver InternetExplorerDriver. Please make sure that this is available on your $PATH (or %PATH% on Windows) in order for the IE Driver to work as expected.</p>
36
+
<p>This is required if you want to make use of the latest and greatest features of the WebDriver InternetExplorerDriver.<br>
37
+
Please make sure that this is available on your <code>$PATH</code> (or <code>%PATH%</code> on Windows) in order for the IE
38
+
Driver to work as expected.
39
+
</p>
34
40
</div>
35
41
<divclass="right">
36
-
<p>Download version 3.14.0 for (recommended)
37
-
<ahref="https://goo.gl/9Cqa4q">32 bit Windows IE</a> or <ahref="https://goo.gl/AtHQuv">64 bit Windows IE</a></p></br><ahref="http://goo.gl/LJ07LL">CHANGELOG</a>
<h2>Selenium Client & WebDriver Language Bindings</h2>
44
62
45
-
<p>In order to create scripts that interact with the Selenium Server (Selenium RC, Selenium Remote WebDriver) or create local Selenium WebDriver scripts, you need to make use of language-specific client drivers. These languages include both 1.x and 2.x style clients.</p>
63
+
<p>In order to create scripts that interact with the Selenium Server (Remote WebDriver) or create local Selenium WebDriver scripts,
64
+
you need to make use of language-specific client drivers.</p>
46
65
47
-
<p>While language bindings for <ahref="{{"thirdparty" | relURL}}">other languages exist</a>, these are the core ones that are supported by the main project hosted on GitHub.</p>
66
+
<p>While language bindings for <ahref="{{"thirdparty" | relURL}}">other languages exist</a>,
67
+
these are the core ones that are supported by the main project hosted on GitHub.</p>
48
68
49
69
50
70
<divclass="table">
51
71
52
72
<divclass="row">
53
73
<spanclass="row-component single label">Language</span>
54
-
<spanclass="row-component single label">Client Version</span>
74
+
<spanclass="row-component single label">Version</span>
55
75
<spanclass="row-component single label">Release Date</span>
56
76
<spanclass="row-component links label"></span>
57
77
</div>
@@ -61,12 +81,11 @@ <h2>Selenium Client & WebDriver Language Bindings</h2>
<p>Note: Be aware, that the selenium-server artifact has a dependency to the servlet-api-3.1.0 artifact, which you should exclude, if your project will be run inside a web application container.</p>
78
79
</div>
79
80
80
-
<divclass="container">
81
-
<h2>Third Party Browser Drivers</h2>
82
-
</div>
83
-
84
-
<divclass="container warning red">
85
-
<divclass="warning-exclamation">!</div>
86
-
<strong>NOT SUPPORTED/DEVELOPED by SeleniumHQ</strong>
Copy file name to clipboardExpand all lines: site_source_files/themes/selenium/layouts/thirdparty/section.html
+4-75Lines changed: 4 additions & 75 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<h1>Third Party Drivers, Bindings, and Plugins</h1>
9
9
<divclass="header-description">
10
10
<pclass="body-large">
11
-
Selenium can be extended through the use of plugins. Here are a number of plugins created and maintained by third parties. For more information on how to create your own plugin or have it listed, consult the docs.
11
+
Selenium can be extended through the use of plugins. Here are a number of plugins created and maintained by third parties.
12
12
</p>
13
13
</div>
14
14
</section>
@@ -17,7 +17,9 @@ <h1>Third Party Drivers, Bindings, and Plugins</h1>
17
17
<divclass="warning-exclamation">!</div>
18
18
<div>
19
19
<spanclass="important">Please note that these plugins are not supported, maintained, hosted, or endorsed by the Selenium project.</span>
20
-
In addition, be advised that the plugins listed below are not necessarily licensed under the Apache License v.2.0. Some of the plugins are available under another free and open source software license; others are only available under a proprietary license. Any questions about plugins and their license of distribution need to be raised with their respective developer(s).
20
+
In addition, be advised that the plugins listed below are not necessarily licensed under the Apache License v.2.0. Some of the
21
+
plugins are available under another free and open source software license; others are only available under a proprietary
22
+
license. Any questions about plugins and their license of distribution need to be raised with their respective developer(s).
21
23
</div>
22
24
</div>
23
25
@@ -62,79 +64,6 @@ <h2>Third Party Language Bindings</h2>
62
64
{{ end }}
63
65
</div>
64
66
65
-
<h2>Selenium GRID Plugins</h2>
66
-
<h3>Move mouse away from screen</h3>
67
-
<pclass="description">This plugin is made of 2 parts, a servlet that lives on the NODE machine and does the actual moving of the mouse, and an extension of the Selenium Grid, to send an HTTP request to the servlet before a new test session is started.</p>
68
-
<divclass="table">
69
-
<divclass="row">
70
-
<divclass="row-component four label">Links:</div>
71
-
<divclass="row-component single label">Version</div>
72
-
<divclass="row-component single label">Author</div>
73
-
<divclass="row-component single label">License</div>
74
-
<divclass="row-component single label">Release</div>
0 commit comments