Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f5f447d

Browse files
harsha509manoj9788diemol
authored
Modify: Translated[EN-FR] Selenium Installation -> Installing selenium standalone (#222) [deploy site]
* Modify: Removed unneccessary awaits for find element Signed-off-by: Sri Harsha <sri_harsha509@hotmail.com> * Add: Added ruby sample code for mouse actionsin support package Signed-off-by: Sri Harsha <sri_harsha509@hotmail.com> * Modify: Revamping the WebElement usage document Signed-off-by: Sri Harsha <sri_harsha509@hotmail.com> * Add: Adding findElements section to web_element document Signed-off-by: Sri Harsha <sri_harsha509@hotmail.com> * Modify: Update to stale PR #111 Signed-off-by: Sri Harsha <sri_harsha509@hotmail.com> * Modify: Removed desired capabilities and used FirefoxOptions in code sample Signed-off-by: Sri Harsha <sri_harsha509@hotmail.com> * Modify: Translated[EN-FR] Introduction-> selenium_proj_and_tools Signed-off-by: Sri Harsha <sri_harsha509@hotmail.com> * Modify: Translated[EN-FR] introduction-> types of testing Signed-off-by: Sri Harsha <sri_harsha509@hotmail.com> * Fix: Updating text to bold Signed-off-by: Sri Harsha <sri_harsha509@hotmail.com> * Modify: Translated[EN-FR] Selenium standalone installation Signed-off-by: Sri Harsha <sri_harsha509@hotmail.com> Co-authored-by: Manoj Kumar <manoj9788@gmail.com> Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
1 parent 7c3727f commit f5f447d

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

‎docs_source_files/content/selenium_installation/installing_standalone_server.fr.md‎

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,15 @@ title: "Installer le serveur Standalone"
33
weight: 3
44
---
55

6-
{{% notice info %}}
7-
<i class="fas fa-language"></i> Page being translated from
8-
English to French. Do you speak French? Help us to translate
9-
it by sending us pull requests!
10-
{{% /notice %}}
11-
12-
If you plan to use [Grid]({{< ref "/grid/_index.md" >}}) then you should download the
13-
[selenium-server-standalone JAR](https://selenium.dev/downloads/) file.
14-
All the components are available via
6+
Si vous prévoyez d'utiliser [Grid] ({{<ref "/grid/_index.md">}}), vous devez télécharger le
7+
[selenium-server-standalone JAR] (https://selenium.dev/downloads/).
8+
Tous les composants sont disponibles via
159
[selenium-server](//repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-server/).
16-
The standalone JAR contains everything, including the remote Selenium server
17-
and the client-side bindings.
18-
This means that if you use the selenium-server-standalone jar
19-
in your project, then you don't have to add selenium-java
20-
or a browser specific jar.
10+
Le JAR autonome contient tout, y compris le serveur Selenium distant
11+
et les liaisons côté client.
12+
Cela signifie que si vous utilisez le la jar selenium-server-standalone
13+
dans votre projet, vous n'avez pas besoin d'ajouter de sélénium-java
14+
ou un le jar spécifique au navigateur.
2115

2216
```xml
2317
<dependency>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /