Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/chrome-os-app-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ This document outlines how you can leverage the features like mark as bug, chang
</video>

## Device Controls
This transcend basic volume adjustments and lock/unlock functionalities. It empowers you to interact with the emulated ChromeOS device programmatically, automating tasks and integrating them within your testing scripts. This gives you fine-grained control over the device's state, tailoring the testing environment to your specific needs.
The Device Control feature allows you tp perform certain actions with your device within your current test session:

- **Home:** Return to the device's home screen instantly during your test session. This is useful for testing how your app behaves when sent to the background and resumed, or for navigating between apps without ending the session.
- **Volume:** Adjust the device volume directly within your testing session, ensuring optimal audio levels for your tests.
- **Lock Device :** Lock or unlock your device seamlessly during testing sessions without interrupting your workflow.

<video class="right-side" width="80%" controls id="vid">
<source src= {require('../assets/videos/real-time/chromeos-app/device-control.mp4').default} style={{ height: '300px' }} type="video/mp4" />
Expand Down
1 change: 1 addition & 0 deletions docs/chrome-os-web-browser-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Apart from these features, <BrandName /> also offers you the
## Device Controls
The Device Control feature allows you tp perform certain actions with your device within your current test session:

- **Home:** Return to the device's home screen instantly during your test session. This is useful for testing how your web application behaves when sent to the background and resumed, or for navigating between apps without ending the session.
- **Volume:** Adjust the device volume directly within your testing session, ensuring optimal audio levels for your tests.
- **Lock Device :** Lock or unlock your device seamlessly during testing sessions without interrupting your workflow.

Expand Down
1 change: 1 addition & 0 deletions docs/real-time-mobile-app-testing-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import BrandName, { BRAND_URL } from '@site/src/component/BrandName';
## Device Controls
The Device Controls feature allows you to simulate various actions on your test device during a testing session, enabling comprehensive testing of your web applications' behavior in real-world scenarios.

- **Home:** Return to the device's home screen instantly during your test session. This is useful for testing how your app behaves when sent to the background and resumed, or for navigating between apps without ending the session.
- **Volume Control:** Adjust the device volume directly within your test session to test audio-related features, such as media playback or notifications, ensuring they function correctly at different volume levels.
- **Lock Device:** Seamlessly lock or unlock the device during your testing session without interrupting your workflow. This is useful for verifying app behavior upon device unlocking or handling lock-screen notifications.
- **Shake Device:** Simulate a device shake to test functionalities that rely on shake gestures, such as undo actions or triggering specific in-app events.
Expand Down
1 change: 1 addition & 0 deletions docs/real-time-mobile-browser-testing-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import BrandName, { BRAND_URL } from '@site/src/component/BrandName';
## Device Controls
The Device Controls feature allows you to simulate various actions on your test device during a testing session, enabling comprehensive testing of your web applications' behavior in real-world scenarios.

- **Home:** Return to the device's home screen instantly during your test session. This is useful for testing how your web application behaves when sent to the background and resumed, or for navigating between apps without ending the session.
- **Volume Control:** Adjust the device volume directly within your test session to test audio-related features, such as media playback or notifications, ensuring they function correctly at different volume levels.
- **Lock Device:** Seamlessly lock or unlock the device during your testing session without interrupting your workflow. This is useful for verifying app behavior upon device unlocking or handling lock-screen notifications.
- **Shake Device:** Simulate a device shake to test functionalities that rely on shake gestures, such as undo actions or triggering specific in-app events.
Expand Down