Skip to content

Commit 8e43321

Browse files
Merge pull request #3459 from MicrosoftDocs/main
Main to live 5/28/25
2 parents 714758b + 3720379 commit 8e43321

32 files changed

+817
-154
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,16 @@
144144
"redirect_url": "/microsoft-edge/devtools-guide-chromium/memory-problems/dom-leaks-memory-tool-detached-elements",
145145
"redirect_document_id": false
146146
},
147+
{
148+
"source_path": "./microsoft-edge/devtools-guide-chromium/device-mode/geolocation.md",
149+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/sensors/#override-geolocation",
150+
"redirect_document_id": false
151+
},
152+
{
153+
"source_path": "./microsoft-edge/devtools-guide-chromium/device-mode/orientation.md",
154+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/sensors/#simulate-device-orientation",
155+
"redirect_document_id": false
156+
},
147157
// /Microsoft Edge DevTools
148158
// ============================================================================
149159
// Microsoft Edge extensions

microsoft-edge/devtools-guide-chromium/about-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ There's also a **More tools** (![More Tools icon](./about-tools-images/more-tool
8484
| **Rendering** | Use the **Rendering** tool to see what your webpage looks like with different display options or vision deficiencies. | [Rendering tool, to see what a webpage looks like with different display options or vision deficiencies](rendering-tools/rendering-tool.md) |
8585
| **Search** | Use the **Search** tool to find specific source files for a webpage, including HTML, CSS, JavaScript, and image files. | [Find source files for a page using the Search tool](search/search-tool.md) |
8686
| **Security** | Inspects the security of a page. | [Understand security issues using the Security tool](security/index.md) |
87-
| **Sensors** | Simulates different device orientations. | [Simulate device orientation with the Sensors tool](device-mode/orientation.md) |
87+
| **Sensors** | Override geolocation, simulate device orientation, force touch events when clicking, and emulate device idle state. | [Emulate device sensors](./sensors/index.md) |
8888
| **Source Maps Monitor** | Use the **Source Maps Monitor** tool to monitor your source maps. | [Source Maps Monitor tool](source-maps-monitor/source-maps-monitor-tool.md) |
8989
| **WebAudio** | Use the **WebAudio** tool to monitor WebAudio traffic. The **WebAudio** tool uses the WebAudio API. | [WebAudio tool](webaudio/webaudio-tool.md) |
9090
| **WebAuthn** | Use the **WebAuthn** tool to create and interact with software-based virtual authenticators. | [Emulate authenticators and debug WebAuthn](webauthn/index.md) |
Binary file not shown.
Binary file not shown.
Binary file not shown.

microsoft-edge/devtools-guide-chromium/device-mode/geolocation.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ To enter a custom location, select **Other** and enter the coordinates of your c
366366
To test how your page behaves when location information is unavailable, select **Location unavailable**.
367367

368368
See also:
369-
* [Override geolocation with the Sensors tool](./geolocation.md)
369+
* [Override geolocation](../sensors/index.md#override-geolocation) in _Emulate device sensors_.
370370

371371

372372
<!-- ------------------------------ -->
@@ -391,7 +391,7 @@ To set the device orientation:
391391
![Orientation options on the Sensors tool](./index-images/device-toolbar-sensors-tokyo-portrait-upside-down.png)
392392

393393
See also:
394-
* [Simulate device orientation with the Sensors tool](./orientation.md)
394+
* [Simulate device orientation](../sensors/index.md#simulate-device-orientation) in _Emulate device sensors_.
395395

396396

397397
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)