-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2924 from zapbot/update-data
Update data
- Loading branch information
Showing
97 changed files
with
2,097 additions
and
837 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
site/content/docs/desktop/addons/client-side-integration/automation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
# This page was generated from the add-on. | ||
title: Client Side Integration - Automation Framework Support | ||
type: userguide | ||
weight: 1 | ||
--- | ||
|
||
# Client Side Integration - Automation Framework Support | ||
|
||
This add-on supports the Automation Framework. | ||
|
||
## Job: spiderClient | ||
|
||
The spiderClient job allows you to run the [Client Spider](/docs/desktop/addons/client-side-integration/spider/), which is designed to explore modern web apps more effectively. | ||
|
||
|
||
This job supports monitor tests. | ||
|
||
``` | ||
- type: spiderClient # The client spider - a spider which explores modern web apps more effectively | ||
parameters: | ||
context: # String: Name of the context to spider, default: first context | ||
user: # String: An optional user to use for authentication, must be defined in the env | ||
url: # String: URL to start spidering from, default: first context URL | ||
maxDuration: # Int: The max time in minutes the spider will be allowed to run for, default: 0 unlimited | ||
maxCrawlDepth: # Int: The maximum tree depth to explore, default 5 | ||
maxChildren: # Int: The maximum number of children to add to each node in the tree | ||
numberOfBrowsers: # Int: The number of browsers the spider will use, more will be faster but will use up more memory, default: number of cores | ||
browserId: # String: Browser ID to use, default: firefox-headless | ||
initialLoadTime: # Int: The time in seconds to wait after the initial URL is loaded, default: 5 | ||
pageLoadTime: # Int: The time in seconds to wait after a new URL is loaded, default: 1 | ||
shutdownTime: # Int: The time in seconds to wait after no activity before shutting down, default: 5 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+676 Bytes
...tent/docs/desktop/addons/client-side-integration/images/node-content-loaded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+695 Bytes
site/content/docs/desktop/addons/client-side-integration/images/node-fragment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.75 KB
site/content/docs/desktop/addons/client-side-integration/images/node-minus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.84 KB
site/content/docs/desktop/addons/client-side-integration/images/node-redirect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+519 Bytes
site/content/docs/desktop/addons/client-side-integration/images/node-standard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.