+1906
-161
lines changedFilter options
+1906
-161
lines changed Original file line number Diff line number Diff line change
@@ -52,7 +52,8 @@ By default, the Node auto-registers all browser drivers available on the path of
52
52
the machine where it runs. It also creates one slot per available CPU for Chromium
53
53
based browsers and Firefox. For Safari and Internet Explorer, only one slot is created.
54
54
Through a specific configuration, it can run sessions in Docker containers or relay commands.
55
-
You can see more configuration details in the next [section]({{< ref "setting_up_your_own_grid.md" >}}).
55
+
You can see more configuration details in
56
+
[setting up your own grid]({{< ref "getting_started.md" >}}).
56
57
57
58
A Node only executes the received commands, it does not evaluate, make judgments,
58
59
or control anything. The machines where the Node is running does not need to have
@@ -96,6 +97,6 @@ When starting the Grid in its fully distributed mode, the Event Bus is the first
96
97
97
98
{{% alert title="Running your own Grid" color="primary" %}}
98
99
Looking forward to using all these components and run your own Grid?
99
-
Head to the ["Setting up your own"]({{< ref "setting_up_your_own_grid.md" >}})
100
+
Head to the ["Getting Started"]({{< ref "getting_started.md" >}})
100
101
section to understand how to put all these pieces together.
101
102
{{% /alert %}}
Original file line number Diff line number Diff line change
@@ -57,7 +57,8 @@ By default, the Node auto-registers all browser drivers available on the path of
57
57
the machine where it runs. It also creates one slot per available CPU for Chromium
58
58
based browsers and Firefox. For Safari and Internet Explorer, only one slot is created.
59
59
Through a specific configuration, it can run sessions in Docker containers or relay commands.
60
-
You can see more configuration details in the next [section]({{< ref "setting_up_your_own_grid.md" >}}).
60
+
You can see more configuration details in
61
+
[setting up your own grid]({{< ref "getting_started.md" >}}).
61
62
62
63
ノードは受信したコマンドを実行するだけで、評価、判断、制御は行いません。
63
64
ノードが実行されているマシンは、他のコンポーネントと同じオペレーティングシステムを持つ必要はありません。
@@ -99,6 +100,6 @@ When starting the Grid in its fully distributed mode, the Event Bus is the first
99
100
100
101
{{% alert title="Running your own Grid" color="primary" %}}
101
102
Looking forward to using all these components and run your own Grid?
102
-
Head to the ["Setting up your own"]({{< ref "setting_up_your_own_grid.md" >}})
103
+
Head to the ["Getting Started"]({{< ref "getting_started.md" >}})
103
104
section to understand how to put all these pieces together.
104
105
{{% /alert %}}
Original file line number Diff line number Diff line change
@@ -59,7 +59,8 @@ By default, the Node auto-registers all browser drivers available on the path of
59
59
the machine where it runs. It also creates one slot per available CPU for Chromium
60
60
based browsers and Firefox. For Safari and Internet Explorer, only one slot is created.
61
61
Through a specific configuration, it can run sessions in Docker containers or relay commands.
62
-
You can see more configuration details in the next [section]({{< ref "setting_up_your_own_grid.md" >}}).
62
+
You can see more configuration details in
63
+
[setting up your own grid]({{< ref "getting_started.md" >}}).
63
64
64
65
Um Nó apenas executa os comandos recebidos, não avalia, não faz julgamentos,
65
66
ou controlar qualquer coisa. As máquinas onde o Nó está rodando não precisam ter
@@ -102,6 +103,6 @@ When starting the Grid in its fully distributed mode, the Event Bus is the first
102
103
103
104
{{% alert title="Running your own Grid" color="primary" %}}
104
105
Looking forward to using all these components and run your own Grid?
105
-
Head to the ["Setting up your own"]({{< ref "setting_up_your_own_grid.md" >}})
106
+
Head to the ["Getting Started"]({{< ref "getting_started.md" >}})
106
107
section to understand how to put all these pieces together.
107
108
{{% /alert %}}
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ aliases: [
60
60
只创建一个插槽.
61
61
通过特定的配置,
62
62
它可以在Docker容器或中继命令中运行会话.
63
-
您可以在下一 [章节]({{< ref "setting_up_your_own_grid.md" >}})
63
+
您可以在下一 [章节]({{< ref "getting_started.md" >}})
64
64
中看到更多配置详细信息.
65
65
66
66
节点仅执行接收到的命令,
@@ -110,6 +110,6 @@ aliases: [
110
110
111
111
{{% alert title="运行你自己的Grid" color="primary" %}}
112
112
期待使用所有组件并运行自己的Grid?
113
-
前往 ["配置自己的服务网格"]({{< ref "setting_up_your_own_grid.md" >}}) ,
113
+
前往 ["配置自己的服务网格"]({{< ref "getting_started.md" >}}) ,
114
114
了解如何将所有零件组合在一起.
115
115
{{% /alert %}}
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ aliases: [
12
12
13
13
## Grid roles
14
14
15
-
Several [components]({{< ref "components_of_a_grid.md" >}}) compose a Selenium Grid. Depending
15
+
Several [components]({{< ref "components.md" >}}) compose a Selenium Grid. Depending
16
16
on your needs, you can start each one of them on its own, or a few at the same time by using a
17
17
Grid role.
18
18
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
2
2
title: "独自のグリッドを設定する"
3
3
linkTitle: "独自のグリッドを設定する"
4
4
weight: 2
5
+
needsTranslation: true
5
6
description: >
6
7
Instructions, step by step, showing how to run a simple Selenium Grid.
7
8
aliases: [
@@ -10,18 +11,9 @@ aliases: [
10
11
]
11
12
---
12
13
13
-
{{% pageinfo color="warning" %}}
14
-
<p class="lead">
15
-
<i class="fas fa-language display-4"></i>
16
-
Page being translated from
17
-
English to Japanese. Do you speak Japanese? Help us to translate
18
-
it by sending us pull requests!
19
-
</p>
20
-
{{% /pageinfo %}}
21
-
22
14
## Grid roles
23
15
24
-
Several [components]({{< ref "components_of_a_grid.md" >}}) compose a Selenium Grid. Depending
16
+
Several [components]({{< ref "components.md" >}}) compose a Selenium Grid. Depending
25
17
on your needs, you can start each one of them on its own, or a few at the same time by using a
26
18
Grid role.
27
19
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
2
2
title: "Configurando a sua"
3
3
linkTitle: "Configurando a sua"
4
4
weight: 2
5
+
needsTranslation: true
5
6
description: >
6
7
Instructions, step by step, showing how to run a simple Selenium Grid.
7
8
aliases: [
@@ -10,18 +11,9 @@ aliases: [
10
11
]
11
12
---
12
13
13
-
{{% pageinfo color="warning" %}}
14
-
<p class="lead">
15
-
<i class="fas fa-language display-4"></i>
16
-
Page being translated from
17
-
English to Portuguese. Do you speak Portuguese? Help us to translate
18
-
it by sending us pull requests!
19
-
</p>
20
-
{{% /pageinfo %}}
21
-
22
14
## Grid roles
23
15
24
-
Several [components]({{< ref "components_of_a_grid.md" >}}) compose a Selenium Grid. Depending
16
+
Several [components]({{< ref "components.md" >}}) compose a Selenium Grid. Depending
25
17
on your needs, you can start each one of them on its own, or a few at the same time by using a
26
18
Grid role.
27
19
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
2
2
title: "Selenium Grid快速起步"
3
3
linkTitle: "快速起步"
4
4
weight: 2
5
+
needsTranslation: true
5
6
description: >
6
7
一步一步地说明如何运行简单的Selenium Grid.
7
8
aliases: [
@@ -10,18 +11,9 @@ aliases: [
10
11
]
11
12
---
12
13
13
-
{{% pageinfo color="warning" %}}
14
-
<p class="lead">
15
-
<i class="fas fa-language display-4"></i>
16
-
Page being translated from
17
-
English to Chinese. Do you speak Chinese? Help us to translate
18
-
it by sending us pull requests!
19
-
</p>
20
-
{{% /pageinfo %}}
21
-
22
14
## Grid roles
23
15
24
-
Several [components]({{< ref "components_of_a_grid.md" >}}) compose a Selenium Grid. Depending
16
+
Several [components]({{< ref "components.md" >}}) compose a Selenium Grid. Depending
25
17
on your needs, you can start each one of them on its own, or a few at the same time by using a
26
18
Grid role.
27
19
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ weight: 8
5
5
description: >
6
6
The Internet Explorer Driver is a standalone server that implements the WebDriver specification.
7
7
---
8
+
This documentation previously located [on the wiki](https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver-Internals) \
8
9
9
10
The `InternetExplorerDriver` is a standalone server which implements WebDriver's wire protocol.
10
11
This driver has been tested with IE 11, and on Windows 10. It might work with older versions
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