A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/SeleniumHQ/seleniumhq.github.io/commit/872174bfdd83abf0446f796914acf3e875eeddc6 below:

reorganize documentation and update titles (#861) [deploy site] · SeleniumHQ/seleniumhq.github.io@872174b · GitHub

Expand file treeCollapse file tree 284 files changed

+1369

-607

lines changed Original file line number Diff line number Diff line change

@@ -18,7 +18,7 @@ that lets you write interchangeable code for all major web browsers.

18 18

This project is made possible by volunteer contributors

19 19

who have put in thousands of hours of their own time,

20 20

and made the source code

21 -

[freely available]({{< ref "/copyright_and_attributions.md#license" >}})

21 +

[freely available]({{< ref "copyright.md#license" >}})

22 22

for anyone to use, enjoy, and improve.

23 23 24 24

Selenium brings together browser vendors, engineers, and enthusiasts

@@ -150,10 +150,10 @@ fun main() {

150 150

{{< /tab >}}

151 151

{{< /tabpane >}}

152 152 153 -

See the [Overview]({{< ref "/overview.md" >}}) to check the different project

153 +

See the [Overview]({{< ref "overview" >}}) to check the different project

154 154

components and decide if Selenium is the right tool for you.

155 155 156 -

You should continue on to [Getting Started]({{< ref "/getting_started.md" >}})

156 +

You should continue on to [Getting Started]({{< ref "webdriver/getting_started" >}})

157 157

to understand how you can install Selenium and successfully use it as a test

158 158

automation tool, and scaling simple tests like this to run in large, distributed

159 159

environments on multiple browsers, on several different operating systems.

Original file line number Diff line number Diff line change

@@ -19,7 +19,7 @@ Seleniumはブラウザー自動化を可能にし、それを支えるツール

19 19 20 20

ユーザーとブラウザーのやり取りのエミュレーション、ブラウザーの割当を増強したり縮減する分散型サーバー、そしてすべてのメジャーなブラウザー用に置換可能なコードの実装を可能にする[W3C WebDriver 仕様](//www.w3.org/TR/webdriver/)インフラの提供します。

21 21 22 -

このプロジェクトは多くの有志貢献者の何千時間に及ぶ個々の時間を費やした事とソースコード[自由に利用可能]({{< ref "/copyright_and_attributions.md#license" >}})を誰にでも利用、楽しめ、そして改良できることによって実現しました。

22 +

このプロジェクトは多くの有志貢献者の何千時間に及ぶ個々の時間を費やした事とソースコード[自由に利用可能]({{< ref "/copyright.md#license" >}})を誰にでも利用、楽しめ、そして改良できることによって実現しました。

23 23 24 24

Seleniumはウェブプラットフォームの自動化のより開かれた議論をするためブラウザーベンダー、エンジニア、愛好家をまとめます。このプロジェクトはコミュニティーを導きと育成のために[年次カンファレンス](//seleniumconf.com/)開催します。

25 25

@@ -148,10 +148,10 @@ fun main() {

148 148 149 149 150 150 151 -

See the [Overview]({{< ref "/overview.md" >}}) to check the different project

151 +

See the [Overview]({{< ref "overview" >}}) to check the different project

152 152

components and decide if Selenium is the right tool for you.

153 153 154 -

You should continue on to [Getting Started]({{< ref "/getting_started.md" >}})

154 +

You should continue on to [Getting Started]({{< ref "webdriver/getting_started" >}})

155 155

to understand how you can install Selenium and successfully use it as a test

156 156

automation tool, and scaling simple tests like this to run in large, distributed

157 157

environments on multiple browsers, on several different operating systems.

Original file line number Diff line number Diff line change

@@ -25,7 +25,7 @@ que permite escrever código intercambiável para todos os principais navegadore

25 25 26 26

Este projeto é possível graças a colaboradores voluntários

27 27

que dedicam milhares de horas de seu próprio tempo,

28 -

e disponibilizaram o código-fonte [disponível gratuitamente]({{< ref "/copyright_and_attributions.pt-br.md#license" >}})

28 +

e disponibilizaram o código-fonte [disponível gratuitamente]({{< ref "copyright.md#license" >}})

29 29

para qualquer um usar, aproveitar e melhorar.

30 30 31 31

Selenium reúne criadores de navegadores, engenheiros e entusiastas

@@ -160,10 +160,10 @@ fun main() {

160 160 161 161 162 162 163 -

See the [Overview]({{< ref "/overview.md" >}}) to check the different project

163 +

See the [Overview]({{< ref "overview" >}}) to check the different project

164 164

components and decide if Selenium is the right tool for you.

165 165 166 -

You should continue on to [Getting Started]({{< ref "/getting_started.md" >}})

166 +

You should continue on to [Getting Started]({{< ref "webdriver/getting_started" >}})

167 167

to understand how you can install Selenium and successfully use it as a test

168 168

automation tool, and scaling simple tests like this to run in large, distributed

169 169

environments on multiple browsers, on several different operating systems.

Original file line number Diff line number Diff line change

@@ -13,7 +13,7 @@ Selenium 是支持 web 浏览器自动化的一系列工具和库的综合项目

13 13

该 规范 允许您为所有主要 Web 浏览器编写可互换的代码。

14 14 15 15

这个项目是由志愿者贡献者实现的,他们投入了自己数千小时的时间,

16 -

并使源代码[免费提供]({{< ref "/copyright_and_attributions.md#license" >}})给任何人使用、享受和改进。

16 +

并使源代码[免费提供]({{< ref "/copyright.md#license" >}})给任何人使用、享受和改进。

17 17 18 18

Selenium 汇集了浏览器供应商,工程师和爱好者,以进一步围绕 Web 平台自动化进行公开讨论。

19 19

该项目组织了[一次年度会议](//seleniumconf.com/),以教学和培养社区。

@@ -143,11 +143,11 @@ fun main() {

143 143

{{< /tabpane >}}

144 144 145 145 146 -

请参阅 [概述]({{< ref "/overview.md" >}})

146 +

请参阅 [概述]({{< ref "overview" >}})

147 147

以检查不同的项目组件,

148 148

并确定Selenium是否适合您.

149 149 150 -

您应该继续阅读 [开始]({{< ref "/getting_started.md" >}}),

150 +

您应该继续阅读 [开始]({{< ref "webdriver/getting_started" >}}),

151 151

以了解如何安装Selenium,

152 152

将其成功用作测试自动化工具,

153 153

并将这样的简单测试扩展为

Original file line number Diff line number Diff line change

@@ -1,7 +1,7 @@

1 1

---

2 2

title: "About this documentation"

3 -

linkTitle: "About this documentation"

4 -

weight: 13

3 +

linkTitle: "About"

4 +

weight: 16

5 5

aliases:

6 6

[

7 7

"/documentation/en/introduction/about_this_documentation/",

Original file line number Diff line number Diff line change

@@ -1,7 +1,7 @@

1 1

---

2 2

title: "このドキュメントについて"

3 3

linkTitle: "このドキュメントについて"

4 -

weight: 13

4 +

weight: 16

5 5

aliases:

6 6

[

7 7

"/documentation/ja/introduction/about_this_documentation/",

Original file line number Diff line number Diff line change

@@ -1,7 +1,7 @@

1 1

---

2 2

title: "Sobre esta documentação"

3 3

linkTitle: "Sobre esta documentação"

4 -

weight: 13

4 +

weight: 16

5 5

aliases:

6 6

[

7 7

"/documentation/pt-br/introduction/about_this_documentation/",

Original file line number Diff line number Diff line change

@@ -1,7 +1,7 @@

1 1

---

2 2

title: "关于这个文档"

3 3

linkTitle: "关于这个文档"

4 -

weight: 13

4 +

weight: 16

5 5

aliases:

6 6

[

7 7

"/documentation/zh-cn/introduction/about_this_documentation/",

Original file line number Diff line number Diff line change

@@ -1,12 +1,11 @@

1 1

---

2 -

title: "Contributing to the Selenium Site & Documentation"

3 -

linkTitle: "Contributing to the Selenium Site & Documentation"

2 +

title: "Contributing to the Selenium site & documentation"

3 +

linkTitle: "Contributing"

4 4

weight: 2

5 -

aliases:

6 -

[

7 -

"/documentation/en/contributing/",

8 -

"/documentation/en/front_matter/typographical_conventions/"

9 -

]

5 +

aliases: [

6 +

"/documentation/en/contributing/",

7 +

"/documentation/en/front_matter/typographical_conventions/"

8 +

]

10 9

---

11 10 12 11

Selenium is a big software project, its site and documentation are key

File renamed without changes.

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4