Skip to content

Commit 5128997

Browse files
committed
lead-ins for code snippets
1 parent 7dfbb83 commit 5128997

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • microsoft-edge/webdriver-chromium

microsoft-edge/webdriver-chromium/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: devtools
9-
ms.date: 09/24/2024
9+
ms.date: 12/12/2024
1010
---
1111
# Use WebDriver to automate Microsoft Edge
1212

@@ -281,7 +281,7 @@ You can pass an `EdgeOptions` object to the `EdgeDriver` constructor to configur
281281

282282
###### Choose Specific Browser Binaries
283283

284-
You can start a WebDriver session with specific Microsoft Edge binaries. For example, you can run tests using the [Microsoft Edge preview channels](https://www.microsoft.com/edge/download/insider), such as Microsoft Edge Beta, Dev, or Canary.
284+
You can start a WebDriver session with specific Microsoft Edge binaries. For example, you can run tests using the [Microsoft Edge preview channels](https://www.microsoft.com/edge/download/insider), such as Microsoft Edge Beta, Dev, or Canary, as follows:
285285

286286
##### [C#](#tab/c-sharp)
287287

@@ -328,7 +328,7 @@ let driver = edge.Driver.createSession(options);
328328

329329
###### Pass extra command-line arguments
330330

331-
You can use `EdgeOptions` to configure command-line arguments that will be passed to the Microsoft Edge browser process when a session is created. For example, you can configure the browser to run in headless mode.
331+
You can use `EdgeOptions` to configure command-line arguments that will be passed to the Microsoft Edge browser process when a session is created. For example, you can configure the browser to run in headless mode, as follows:
332332

333333
##### [C#](#tab/c-sharp)
334334

0 commit comments

Comments
 (0)