Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'oKBereitschaftsplanungDoku/howto/selenium.adoc')
-rw-r--r--oKBereitschaftsplanungDoku/howto/selenium.adoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/oKBereitschaftsplanungDoku/howto/selenium.adoc b/oKBereitschaftsplanungDoku/howto/selenium.adoc
index 09d283b..0907d78 100644
--- a/oKBereitschaftsplanungDoku/howto/selenium.adoc
+++ b/oKBereitschaftsplanungDoku/howto/selenium.adoc
@@ -13,7 +13,7 @@
:Date: 2018-11-22
:Revision: 1
-== Installing the Selenium IDE
+== Installing the Selenium IDE [[Installing]]
The *Selenium IDE* is a plugin available for most browsers, including Firefox and Chrome. It should be available via the respective menu ("Add-ons" for Firefox, "Extensions" for Chrome, etc.). If that is not the case it can be downloaded manually from the official site: https://www.seleniumhq.org/download/#selenium_ide
@@ -49,4 +49,7 @@ The recorded list of commands should work when played back, but it can contain u
The *Selenium IDE* will always attempt to find a way to precisely identify the selected element. However, sometimes the automatically selected `target` is not the best possibility. In that case you can highlight the respective command and select the `target` field in the form below. A dropdown will open which lets you choose between the possible definitions found while recording.
-Just like with manual creation, you can add/edit/delete commands by hand as needed. \ No newline at end of file
+Just like with manual creation, you can add/edit/delete commands by hand as needed.
+
+== Recorded Test suits [[]]
+You will find some recorded Tests suits in the folder *selenium*. \ No newline at end of file

Back to the top