Skip to content

Commit 37c27e0

Browse files
authored
Rename /webdriver-chromium/ to /webdriver/ (#3479)
* /webdriver-chromium/ * rename dir itself * dummy change * index redir * flag conflict * dup redir * revert dummy space
1 parent 4e37cee commit 37c27e0

19 files changed

Lines changed: 148 additions & 124 deletions

File tree

.openpublishing.redirection.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,26 @@
13451345
"redirect_url": "https://github.com/microsoft/edge-selenium-tools/wiki/using-gpg-to-verify-selenium-tools-for-microsoft-edge-releases",
13461346
"redirect_document_id": false
13471347
},
1348+
{
1349+
"source_path": "./microsoft-edge/webdriver-chromium/capabilities-edge-options.md",
1350+
"redirect_url": "/microsoft-edge/webdriver/capabilities-edge-options",
1351+
"redirect_document_id": false
1352+
},
1353+
{
1354+
"source_path": "./microsoft-edge/webdriver-chromium/contact.md",
1355+
"redirect_url": "/microsoft-edge/webdriver/contact",
1356+
"redirect_document_id": false
1357+
},
1358+
{
1359+
"source_path": "./microsoft-edge/webdriver-chromium/ie-mode.md",
1360+
"redirect_url": "/microsoft-edge/webdriver/ie-mode",
1361+
"redirect_document_id": false
1362+
},
1363+
{
1364+
"source_path": "./microsoft-edge/webdriver-chromium/index.md",
1365+
"redirect_url": "/microsoft-edge/webdriver/index",
1366+
"redirect_document_id": false
1367+
},
13481368
// /WebDriver: "microsoft / edge-selenium-tools" repo
13491369
// ============================================================================
13501370
// Archived EdgeHTML content
@@ -4216,11 +4236,12 @@
42164236
"redirect_url": "/archive/microsoft-edge/legacy/developer",
42174237
"redirect_document_id": false
42184238
},
4239+
/* reused this source_path for Edge Chromium article
42194240
{
42204241
"source_path": "./microsoft-edge/webdriver/index.md",
42214242
"redirect_url": "/archive/microsoft-edge/legacy/developer",
42224243
"redirect_document_id": false
4223-
},
4244+
},*/
42244245
{
42254246
"source_path": "./microsoft-edge/webdriver/dialogs.md",
42264247
"redirect_url": "/archive/microsoft-edge/legacy/developer",

microsoft-edge/developer/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ landingContent:
219219
url: ../puppeteer/index.md
220220

221221
- text: Use WebDriver to automate Microsoft Edge
222-
url: ../webdriver-chromium/index.md
222+
url: ../webdriver/index.md
223223

224224
- text: webhint extension for Visual Studio Code
225225
url: ../visual-studio-code/webhint.md

microsoft-edge/devtools-guide-chromium/ie-mode/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Microsoft Edge doesn't support automating IE mode through the `InternetExplorer`
7575

7676
If your automation application doesn't require IE mode for the website (or app) content to function correctly, we recommend updating your application to use Microsoft Edge instead of Internet Explorer 11. Many available automation tools support Microsoft Edge, including WebDriver and Playwright.
7777

78-
* To learn more about automating Microsoft Edge using WebDriver, see [Use WebDriver to automate Microsoft Edge](../../webdriver-chromium/index.md).
78+
* To learn more about automating Microsoft Edge using WebDriver, see [Use WebDriver to automate Microsoft Edge](../../webdriver/index.md).
7979
* To learn more about using Playwright, see [Use Playwright to automate and test in Microsoft Edge](../../playwright/index.md).
8080

8181
Applications that require IE mode for the website (or app) content to function correctly should use the `WebBrowser` control. The `WebBrowser` control uses the Internet Explorer platform (MSHTML/Trident) to render web content, and will work even if the Internet Explorer 11 desktop application isn't available.

microsoft-edge/devtools-guide-chromium/whats-new/2020/11/devtools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ These are the latest features in the Stable release of Microsoft Edge DevTools.
3434

3535
Microsoft Edge Dev is now supported on Ubuntu, Debian, Fedora, and openSUSE distributions. Download and install the Microsoft Edge Dev `.deb` or `.rpm` package directly from the [Microsoft Edge Insider site](https://www.microsoft.com/edge/download/insider?platform=linux) or use the standard package management tools of your Linux distribution.
3636

37-
If you are using a Linux environment in your continuous integration and delivery (CI/CD) solutions, Microsoft Edge WebDriver is also available on Linux. To get started automating Microsoft Edge with Microsoft Edge WebDriver, see [Recent versions](https://developer.microsoft.com/microsoft-edge/tools/webdriver#downloads) at the Microsoft Edge WebDriver page. For help with automating Microsoft Edge with Microsoft Edge WebDriver, see [Use WebDriver for test automation](../../../../webdriver-chromium/index.md).
37+
If you are using a Linux environment in your continuous integration and delivery (CI/CD) solutions, Microsoft Edge WebDriver is also available on Linux. To get started automating Microsoft Edge with Microsoft Edge WebDriver, see [Recent versions](https://developer.microsoft.com/microsoft-edge/tools/webdriver#downloads) at the Microsoft Edge WebDriver page. For help with automating Microsoft Edge with Microsoft Edge WebDriver, see [Use WebDriver for test automation](../../../../webdriver/index.md).
3838

3939
![DevTools in Microsoft Edge on Linux](./devtools-images/edge-on-linux.png)
4040

4141
See also:
42-
* [Use WebDriver to automate Microsoft Edge](../../../../webdriver-chromium/index.md)
42+
* [Use WebDriver to automate Microsoft Edge](../../../../webdriver/index.md)
4343

4444

4545
<!-- ====================================================================== -->

microsoft-edge/devtools-guide-chromium/whats-new/2022/02/devtools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Update: Starting with Microsoft Edge 131, the Visual Studio Code themes feature
4646
Starting June 15, 2022, Internet Explorer 11 will no longer be supported on certain versions of Windows 10. IE mode is a feature of Microsoft Edge for organizations that still need Internet Explorer 11 for compatibility with legacy websites or apps. To support testing of those legacy websites and apps, you can now automate IE mode with Selenium 4 and Internet Explorer Driver.
4747

4848
See also:
49-
* [Use Internet Explorer Driver to automate IE mode in Microsoft Edge](../../../../webdriver-chromium/ie-mode.md)
49+
* [Use Internet Explorer Driver to automate IE mode in Microsoft Edge](../../../../webdriver/ie-mode.md)
5050

5151

5252
<!-- ====================================================================== -->

microsoft-edge/devtools-guide-chromium/whats-new/2022/12/devtools-108.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To download Microsoft Edge WebDriver on Apple M1 devices:
3939
Thank you for your feedback on this issue!
4040

4141
See also:
42-
* [Use WebDriver to automate Microsoft Edge](../../../../webdriver-chromium/index.md)
42+
* [Use WebDriver to automate Microsoft Edge](../../../../webdriver/index.md)
4343
* [Microsoft Edge WebDriver](https://developer.microsoft.com/microsoft-edge/tools/webdriver/)
4444
* [Issue #17: Support for Apple silicon](https://github.com/MicrosoftEdge/EdgeWebDriver/issues/17)
4545

microsoft-edge/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ conceptualContent:
380380
itemType: how-to-guide
381381

382382
- text: Use WebDriver to automate Microsoft Edge
383-
url: ./webdriver-chromium/index.md
383+
url: ./webdriver/index.md
384384
itemType: how-to-guide
385385

386386
- text: webhint extension for Visual Studio Code

microsoft-edge/playwright/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npx playwright install
3838
<!-- ====================================================================== -->
3939
## Run a basic test
4040

41-
The approach used by Playwright will be familiar to users of other browser-testing frameworks, such as [WebDriver](../webdriver-chromium/index.md) or [Puppeteer](../puppeteer/index.md). You can create an instance of the browser, open a page in the browser, and then manipulate the page by using the [Playwright API](https://playwright.dev/docs/api/class-playwright).
41+
The approach used by Playwright will be familiar to users of other browser-testing frameworks, such as [WebDriver](../webdriver/index.md) or [Puppeteer](../puppeteer/index.md). You can create an instance of the browser, open a page in the browser, and then manipulate the page by using the [Playwright API](https://playwright.dev/docs/api/class-playwright).
4242

4343
[Playwright Test](https://playwright.dev/docs/intro), which is Playwright's test-runner, launches a browser and context for you. An isolated page is then passed into every test, as shown in the following, basic test:
4444

microsoft-edge/puppeteer/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ yarn add puppeteer-core
3838
<!-- ====================================================================== -->
3939
## Launch Microsoft Edge with puppeteer-core
4040

41-
`puppeteer-core` is similar to other browser-testing-frameworks, such as [WebDriver](../webdriver-chromium/index.md). You create an instance of the browser, open a webpage, and then manipulate the webpage by using the Puppeteer API.
41+
`puppeteer-core` is similar to other browser-testing-frameworks, such as [WebDriver](../webdriver/index.md). You create an instance of the browser, open a webpage, and then manipulate the webpage by using the Puppeteer API.
4242

4343
To use `puppeteer-core` to launch Microsoft Edge:
4444

@@ -107,7 +107,7 @@ The preceding example demonstrates basic automation and testing scenarios that y
107107

108108
#### Local articles
109109

110-
* [WebDriver](../webdriver-chromium/index.md)
110+
* [WebDriver](../webdriver/index.md)
111111
* [Contact the Microsoft Edge DevTools team](../devtools-guide-chromium/contact.md) to send feedback about using Puppeteer, puppeteer-core, and Microsoft Edge.
112112
* [Chrome DevTools Protocol (CDP)](../webview2/concepts/overview-features-apis.md#chrome-devtools-protocol-cdp) in _Overview of WebView2 APIs_
113113
* [Use the Chrome DevTools Protocol (CDP) in WebView2 apps](../webview2/how-to/chromium-devtools-protocol.md)

microsoft-edge/test-and-automation/test-and-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ WebDriver allows you to automate Microsoft Edge by simulating user interaction.
8181

8282
* Runs multiple sessions of Microsoft Edge on a specific machine.
8383

84-
See [Use WebDriver to automate Microsoft Edge](../webdriver-chromium/index.md).
84+
See [Use WebDriver to automate Microsoft Edge](../webdriver/index.md).
8585

8686

8787
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)