Skip to content
Merged
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/how-to-use-in-session-testing-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ Under Device Control, you'll find multiple options to customize your device's se
1. **Volume**: Adjust the device's volume to your preferred level.
2. **Rotate**: Change the screen orientation between landscape and portrait modes.
3. **Recent Apps** : Available on `iOS 15` and above, this feature allows you to view recent apps. Note that it is not supported on devices that rely on a physical button for accessing recent apps instead of the swipe-up gesture.
4. **Bluetooth**: Used to enable the bluetooth functionality during the session.


<img loading="lazy" src={require('../assets/images/real-device-browser-testing/device-control-browser-testing.webp').default} alt="add" width="1346" height="647" className="doc_img"/>
<img loading="lazy" src={require('../assets/images/real-device-browser-testing/rdbrowserdevicecontrol.png').default} alt="add" width="1346" height="647" className="doc_img"/>

### Settings

Expand Down
3 changes: 2 additions & 1 deletion docs/how-to-use-testing-tools-in-session.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,10 @@ Under Device Control, you'll find multiple options to customize your device's se
1. **Volume**: Adjust the device's volume to your preferred level.
2. **Rotate**: Change the screen orientation between landscape and portrait modes.
3. **Recent Apps** : Available on `iOS 15` and above, this feature allows you to view recent apps. Note that it is not supported on devices that rely on a physical button for accessing recent apps instead of the swipe-up gesture.
4. **Bluetooth**: Used to enable the bluetooth functionality during the session.


<img loading="lazy" src={require('../assets/images/real-device-app-testing/device-controls.webp').default} alt="add" width="1346" height="647" className="doc_img"/>
<img loading="lazy" src={require('../assets/images/real-device-app-testing/devicecontrolplusbluetooth.png').default} alt="add" width="1346" height="647" className="doc_img"/>

### Settings

Expand Down
Loading