Skip to content

Commit 2c638ae

Browse files
boris779diemol
andauthored
German installation standalone (#245)
* German translation of Selenium project and tools * german translation for install libaries * german translation for webdriver binary installation * german translation for installing_standalone_server * just formatting installing standalone server Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
1 parent 3a85923 commit 2c638ae

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

docs_source_files/content/selenium_installation/installing_standalone_server.de.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,17 @@ title: "Standalone Server installieren"
33
weight: 3
44
---
55

6-
{{% notice info %}}
7-
<i class="fas fa-language"></i> Diese Seite wird von Englisch
8-
auf Deutsch übersetzt. Sprichst Du Deutsch? Hilf uns die Seite
9-
zu übersetzen indem Du uns einen Pull Reqeust schickst!
10-
{{% /notice %}}
11-
If you plan to use [Grid]({{< ref "/grid/_index.md" >}}) then you should download the
12-
[selenium-server-standalone JAR](//selenium.dev/downloads/) file.
13-
All the components are available via
14-
[selenium-server](//repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-server/).
15-
The standalone JAR contains everything, including the remote Selenium server
16-
and the client-side bindings.
17-
This means that if you use the selenium-server-standalone jar
18-
in your project, you do not have to add selenium-java
19-
or a browser specific jar.
6+
Wenn Du vorhast [Grid]({{< ref "/grid/_index.md" >}}) zu verwenden,
7+
dann solltest Du Dir
8+
[selenium-server-standalone JAR](//selenium.dev/downloads/) downloaden.
9+
Alle benötigten Komponenten sind via
10+
[selenium-server](//repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-server/)
11+
verfügbar.
12+
Die standalone JAR beinhaltet den Remote Selenium Server als auch die
13+
Client-side Implementierungen. Das bedeutet wenn die selenium-server-standalone
14+
JAR in Deinem Projekt verwendet wird, dann ist es nicht notwendig selenium-java
15+
oder browserspezifische JAR hinzuzufügen.
16+
2017

2118
```xml
2219
<dependency>

0 commit comments

Comments
 (0)