|
1 |
| ---- |
2 |
| -title: "Copyright and attributions" |
3 |
| -weight: 1 |
4 |
| ---- |
5 |
| - |
6 |
| -{{% notice info %}} |
7 |
| -<i class="fas fa-language"></i> ページは英語から日本語へ訳されています。 |
8 |
| -日本語は話せますか?プルリクエストをして翻訳を手伝ってください! |
9 |
| -{{% /notice %}} |
10 |
| - |
11 |
| -## **The Documentation of Selenium** |
12 |
| - |
13 |
| -Copyright {{< copyright >}}, Software Freedom Conservancy. |
14 |
| - |
15 |
| -Every effort has been made to make this documentation |
16 |
| -as complete and as accurate as possible, |
17 |
| -but no warranty or fitness is implied. |
18 |
| -The information provided is on an “as-is” basis. |
19 |
| -The authors and the publisher shall have |
20 |
| -neither liability nor responsibility to any person or entity |
21 |
| -with respect to any loss or damages arising |
22 |
| -from the information contained in this book. |
23 |
| -No patent liability is assumed with respect |
24 |
| -to the use of the information contained herein. |
25 |
| - |
26 |
| - |
27 |
| -## Attributions |
28 |
| - |
29 |
| -### Thanks to: |
30 |
| - |
31 |
| -#### [Documentation](//github.com/SeleniumHQ/docs/) |
32 |
| - |
33 |
| -{{% ghcontributors "https://github.com/api/repos/seleniumhq/docs/contributors?per_page=100" %}} |
34 |
| - |
35 |
| -#### [Selenium Main Repo](//github.com/SeleniumHQ/selenium/) |
36 |
| - |
37 |
| -{{% ghcontributors "https://github.com/api/repos/seleniumhq/selenium/contributors?per_page=100" %}} |
38 |
| - |
39 |
| -#### [Docker Selenium](//github.com/SeleniumHQ/docker-selenium/) |
40 |
| - |
41 |
| -{{% ghcontributors "https://github.com/api/repos/seleniumhq/docker-selenium/contributors?per_page=100" %}} |
42 |
| - |
43 |
| - |
44 |
| -## Third-Party software used by Selenium documentation project: |
45 |
| - |
46 |
| -| Software | Version | License | |
47 |
| -| -------- | ------- | ------- | |
48 |
| -| [Hugo](//gohugo.io/) | v0.55.6 | [Apache 2.0](//gohugo.io/about/license/) | |
49 |
| -| [Hugo Learn Theme](//themes.gohugo.io/hugo-theme-learn/) | v2.3.0 | [MIT](//github.com/matcornic/hugo-theme-learn/blob/master/LICENSE.md) | |
50 |
| -| [Code Tabs Style](//codepen.io/markcaron/pen/MvGRYV) | --- | [MIT](//blog.codepen.io/legal/licensing/) | |
51 |
| - |
52 |
| - |
53 |
| -## HTML version and source code |
54 |
| - |
55 |
| -An HTML version of this documentation is freely available from |
56 |
| -[https://seleniumhq.github.io/docs](//seleniumhq.github.io/docs). |
57 |
| - |
58 |
| -The source code for the examples included, |
59 |
| -and for the book itself is available from the Selenium documentation repository |
60 |
| -at [https://seleniumhq.github.io/docs](//seleniumhq.github.io/docs). |
61 |
| -See instructions on how to check out the code via git at |
62 |
| -[https://help.github.com/articles/fetching-a-remote/](//help.github.com/articles/fetching-a-remote/). |
63 |
| - |
64 |
| - |
65 |
| -## License |
66 |
| - |
67 |
| -All code and documentation originating from the Selenium project |
68 |
| -is licensed under the Apache 2.0 license, |
69 |
| -with the [Software Freedom Conservancy](//sfconservancy.org/) |
70 |
| -as the copyright holder. |
71 |
| - |
72 |
| -The license is included here for convenience, |
73 |
| -but you can also find it on the |
74 |
| -[Apache Foundation's websites](//apache.org/licenses/LICENSE-2.0.html): |
75 |
| - |
76 |
| -```markdown |
77 |
| - Apache License |
| 1 | +<!DOCTYPE html><meta charset=utf-8> |
| 2 | +<title>Copyright and attributions</title> |
| 3 | + |
| 4 | +<link rel=stylesheet href="{{ .Site.BaseURL }}/css/documentation.css"> |
| 5 | +<link title="The Java Support Package" rel=prev href=support.html> |
| 6 | +<link title="Typographical Conventions" rel=next href=typo.html> |
| 7 | +<script src="{{ .Site.BaseURL }}/js/docs.js"></script> |
| 8 | + |
| 9 | +<h1>Copyright and attributions</h1> |
| 10 | + |
| 11 | +<p><strong>The Selenium Documentation</strong> |
| 12 | + |
| 13 | +<p>Copyright © 2013-2016, Software Freedom Conservancy. |
| 14 | + |
| 15 | +<p>Every effort has been made to make this documentation |
| 16 | + as complete and as accurate as possible, |
| 17 | + but no warranty or fitness is implied. |
| 18 | + The information provided is on an “as-is” basis. |
| 19 | + The authors and the publisher shall have |
| 20 | + neither liability nor responsibility to any person or entity |
| 21 | + with respect to any loss or damages arising |
| 22 | + from the information contained in this book. |
| 23 | + No patent liability is assumed with respect |
| 24 | + to the use of the information contained herein. |
| 25 | + |
| 26 | + |
| 27 | +<h2>Attributions</h2> |
| 28 | + |
| 29 | +<p>Thanks to: |
| 30 | + |
| 31 | +<div id=authors><ul> |
| 32 | + <li><a href= mailto:[email protected]>Anand Jayaram </a> |
| 33 | + <li><a href= mailto:[email protected]>Andreas Tolfsen </a> |
| 34 | + <li><a href= mailto:[email protected]>Andreas Tolfsen </a> |
| 35 | + <li><a href= mailto:[email protected]>Jon Austen </a> |
| 36 | + <li><a href= mailto:[email protected]>bizob2828 </a> |
| 37 | + <li><a href= mailto:[email protected]>Bob Evans </a> |
| 38 | + <li><a href= mailto:[email protected]>Andrey Botalov </a> |
| 39 | + <li><a href= mailto:[email protected]>tungla </a> |
| 40 | + <li><a href= mailto:[email protected]>Dan Chan </a> |
| 41 | + <li><a href= mailto:[email protected]>Bryan Gordon </a> |
| 42 | + <li><a href= mailto:[email protected]>sheg </a> |
| 43 | + <li><a href= mailto:[email protected]>Daniel Davison </a> |
| 44 | + <li><a href= mailto:[email protected]>Dj </a> |
| 45 | + <li><a href= mailto:[email protected]>Dave Hunt </a> |
| 46 | + <li><a href= mailto:[email protected]>Denny Biasiolli </a> |
| 47 | + <li><a href= mailto:[email protected]>djangofan </a> |
| 48 | + <li><a href= mailto:[email protected]>Jon Thor Austen </a> |
| 49 | + <li><a href= mailto:[email protected]>Do Nhu Vy </a> |
| 50 | + <li><a href= mailto:[email protected]>Jim Holmes </a> |
| 51 | + <li><a href= mailto:[email protected]>agmen </a> |
| 52 | + <li><a href= mailto:[email protected]>yang458567 </a> |
| 53 | + <li><a href= mailto:[email protected]>Brett Hardin </a> |
| 54 | + <li><a href= mailto:[email protected]>Harry King </a> |
| 55 | + <li><a href= mailto:[email protected]>Harry King </a> |
| 56 | + <li><a href= mailto:[email protected]>Hazmeister </a> |
| 57 | + <li><a href= mailto:[email protected]>hking-shutterfly </a> |
| 58 | + <li><a href= mailto:[email protected]>hoanluu </a> |
| 59 | + <li><a href= mailto:[email protected]>DirtyMoney </a> |
| 60 | + <li><a href= mailto:[email protected]>Ivan De Marino </a> |
| 61 | + <li><a href= mailto:[email protected]>Paul Barton </a> |
| 62 | + <li><a href= mailto:[email protected]>Jim Evans </a> |
| 63 | + <li><a href= mailto:[email protected]>Luke Inman-Semerau </a> |
| 64 | + <li><a href= mailto:[email protected]>Manoj Kumar </a> |
| 65 | + <li><a href= mailto:[email protected]>Mariano </a> |
| 66 | + <li><a href= mailto:[email protected]>marilyn </a> |
| 67 | + <li><a href= mailto:[email protected]>Mark Collin </a> |
| 68 | + <li><a href= mailto:[email protected]>Martin Delille </a> |
| 69 | + <li><a href= mailto:[email protected]>Milan Masek </a> |
| 70 | + <li><a href= mailto:[email protected]>mmerrell </a> |
| 71 | + <li><a href= mailto:[email protected]>Marcus Merrell </a> |
| 72 | + <li><a href= mailto:[email protected]>NRezek </a> |
| 73 | + <li><a href= mailto:[email protected]>Graham Abell </a> |
| 74 | + <li><a href= mailto:[email protected]>Nicolas Kaiser </a> |
| 75 | + <li><a href= mailto:[email protected]>Oscar Rieken </a> |
| 76 | + <li><a href= mailto:[email protected]>Tamas Balog </a> |
| 77 | + <li><a href= mailto:[email protected]>Mohammad Rakib Amin </a> |
| 78 | + <li><a href= mailto:[email protected]>Rivlin </a> |
| 79 | + <li><a href= mailto:[email protected]>Santiago Suarez Ordoñez </a> |
| 80 | + <li><a href= mailto:[email protected]>Simon Stewart </a> |
| 81 | + <li><a href= mailto:[email protected]>Tarun Kumar </a> |
| 82 | + <li><a href= mailto:[email protected]>tarun </a> |
| 83 | + <li><a href= mailto:[email protected]>User253489 </a> |
| 84 | + <li><a href= mailto:[email protected]>Wai Hon Law </a> |
| 85 | + <li><a href= mailto:[email protected]>xrobotika </a> |
| 86 | + <li><a href= mailto:[email protected]>Yariv Amar </a> |
| 87 | + <li><a href= mailto:[email protected]>Zbigniew Z </a> |
| 88 | + <li><a href= mailto:[email protected]>Zac Campbell </a> |
| 89 | + <li><a href= mailto:[email protected]>Željko Filipin </a> |
| 90 | +</ul> |
| 91 | +</div> |
| 92 | + |
| 93 | +<p>Third-Party software used by Selenium documentation project: |
| 94 | +<table> |
| 95 | + <tr><th>Software</th> <th>Version</th> <th>License</tr> |
| 96 | + <tr> |
| 97 | + <td><a href="https://github.com/isagalaev/highlight.js">Highlight.js</a></td> |
| 98 | + <td>9.7.0</td> |
| 99 | + <td><a href="https://github.com/isagalaev/highlight.js/blob/master/LICENSE">BSD License</a></tr> |
| 100 | +</table> |
| 101 | + |
| 102 | + |
| 103 | +<h2>HTML version and source code</h2> |
| 104 | + |
| 105 | +<p>An HTML version of this documentation is freely available from |
| 106 | + <a href="//seleniumhq.github.io/docs">https://seleniumhq.github.io/docs</a>. |
| 107 | + |
| 108 | +<p>The source code for the examples included, |
| 109 | + and for the book itself is available from the Selenium documentation repository |
| 110 | + at <a href="//github.com/seleniumhq/docs">https://github.com/seleniumhq/docs</a>. |
| 111 | + See instructions on how to check out the code via git at |
| 112 | + <a href="//help.github.com/articles/fetching-a-remote/">https://help.github.com/articles/fetching-a-remote/</a>. |
| 113 | + |
| 114 | + |
| 115 | +<h2>License</h2> |
| 116 | + |
| 117 | +<p>All code and documentation originating from the Selenium project |
| 118 | + is licensed under the Apache 2.0 license, |
| 119 | + with the <a href="//sfconservancy.org/">Software Freedom Conservancy</a> |
| 120 | + as the copyright holder. |
| 121 | + |
| 122 | +<p>The license is included here for convenience, |
| 123 | + but you can also find it on the |
| 124 | + <a href="//apache.org/licenses/LICENSE-2.0.html">Apache Foundation's websites</a>: |
| 125 | + |
| 126 | +<p><pre> Apache License |
78 | 127 | Version 2.0, January 2004
|
79 | 128 | http://www.apache.org/licenses/
|
80 | 129 |
|
|
274 | 323 | distributed under the License is distributed on an "AS IS" BASIS,
|
275 | 324 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
276 | 325 | See the License for the specific language governing permissions and
|
277 |
| - limitations under the License. |
278 |
| -``` |
| 326 | + limitations under the License.</pre> |
0 commit comments