From eb2142d3ca958a15821163f48473a4aaee1cbc3e Mon Sep 17 00:00:00 2001 From: nothuman Date: Wed, 17 Apr 2024 15:02:32 +0530 Subject: [PATCH] Fix the link of edge webdriver documentation --- docs/guide/browser-drivers/edgedriver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/browser-drivers/edgedriver.md b/docs/guide/browser-drivers/edgedriver.md index d39d253c..ab9f96e8 100644 --- a/docs/guide/browser-drivers/edgedriver.md +++ b/docs/guide/browser-drivers/edgedriver.md @@ -34,7 +34,7 @@ Run your Nightwatch.js tests in Edge can be achieved using the [Microsoft Edge ### Learn more -For more information about the Microsoft Edge WebDriver refer to the [Official documentation](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/tools/webDriver/). +For more information about the Microsoft Edge WebDriver refer to the [Official documentation](https://learn.microsoft.com/en-us/microsoft-edge/webdriver-chromium/?tabs=c-sharp).
-
\ No newline at end of file +