Skip to content

Commit 4a5bb09

Browse files
committed
WIP - fix link so it will build
1 parent 1044ab0 commit 4a5bb09

File tree

1 file changed

+1
-1
lines changed
  • website_and_docs/content/documentation/webdriver/drivers

1 file changed

+1
-1
lines changed

website_and_docs/content/documentation/webdriver/drivers/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The session is created automatically by initializing a new Driver class object.
1515
Each language allows a session to be created with arguments from one of these classes (or equivalent):
1616

1717
* [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.
1919
* [Listeners]({{< ref "listeners.md" >}})
2020

2121
### Local Driver

0 commit comments

Comments
 (0)