File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
website_and_docs/content/documentation/webdriver/drivers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The session is created automatically by initializing a new Driver class object.
15
15
Each language allows a session to be created with arguments from one of these classes (or equivalent):
16
16
17
17
* [ Options] ({{< ref "options.md" >}}) to describe the kind of session you want; default values are used for local, but this is required for remote
18
- * Some form of [ CommandExecutor ] ({{< ref "executors .md" >}}) ( the implementation varies between languages)
18
+ * [ HTTP Client ] ({{< ref "http_client .md" >}}) Either a client instance or a configuration value for how the http commands should be managed.
19
19
* [ Listeners] ({{< ref "listeners.md" >}})
20
20
21
21
### Local Driver
You can’t perform that action at this time.
0 commit comments