From a3f032202b28f34d5b9bc5e52fe7481321a8dec4 Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Tue, 28 Jan 2025 18:21:16 +0530 Subject: [PATCH 1/2] emulator simulator device list - HyperExecute --- docs/hyperexecute-emu-simu-devices-list.md | 125 +++++++++++++++++++++ sidebars.js | 3 +- 2 files changed, 127 insertions(+), 1 deletion(-) create mode 100644 docs/hyperexecute-emu-simu-devices-list.md diff --git a/docs/hyperexecute-emu-simu-devices-list.md b/docs/hyperexecute-emu-simu-devices-list.md new file mode 100644 index 000000000..d8c74dee3 --- /dev/null +++ b/docs/hyperexecute-emu-simu-devices-list.md @@ -0,0 +1,125 @@ +--- +id: hyperexecute-emu-simu-devices-list +title: HyperExecute Emulator and Simulator Devices +hide_title: false +sidebar_label: Devices List - Emu/Simu +description: List of devices available on HyperExecute for Emualtor and Simulator +keywords: + - hyperexecute device list + - hyperexecute + - lambdatest + - emulator + - simulator + - hyperexecute dashboard +url: https://www.lambdatest.com/support/docs/hyperexecute-emu-simu-devices-list/ +site_name: LambdaTest +slug: hyperexecute-emu-simu-devices-list/ +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + + +HyperExecute supports a wide range of emulator and simulator devices for testing your applications. Below is the categorized list of available devices. + +## Emulators + + + + +| Device Name | Category | Notes | +|------------------------|----------|--------------------| +| ASUS ZenFone 8 | Phone | Compact flagship | +| Galaxy A33 5G | Phone | Mid-range | +| Galaxy S21 Ultra 5G | Phone | Premium model | +| Galaxy Z Flip3 5G | Foldable | Compact folding | +| Vivo X80 Pro | Phone | High performance | +| Pixel 6 | Phone | Flagship device | + + + + + +| Device Name | Category | Notes | +|--------------------------|-------------------|----------------------| +| Galaxy Note10 Lite | Phone | Lite version | +| Galaxy S21 FE 5G | Phone | Fan Edition | +| Galaxy Tab S8+ | Tablet | Large screen tablet | +| Galaxy Z Flip | Foldable Phone | Compact folding phone| +| Galaxy Z Flip 5G | Foldable Phone | 5G support | +| Galaxy Tab S8 Ultra | Tablet | High-end model | + + + + + +| Device Name | Category | Notes | +|------------------|--------------|------------------| +| Pixel 6a | Phone | Latest support | +| Pixel 7 | Phone | Flagship model | +| Pixel 7 Pro | Phone | Flagship model | +| Pixel 4a | Phone | Compact phone | +| Pixel 5 | Phone | Popular choice | +| Pixel 5a 5G | Phone | 5G ready | + + + + +## Simulators + + + + +| Device Name | Category | +|--------------------------------------|----------------| +| iPhone SE (3rd generation) | Phone | +| iPhone 14 | Phone | +| iPhone 14 Plus | Phone | +| iPhone 14 Pro | Phone | +| iPhone 14 Pro Max | Phone | +| iPad (9th generation) | Tablet | +| iPad Pro (11-inch) (3rd generation) | Tablet | +| iPad Pro (12.9-inch) (5th generation)| Tablet | +| iPad Air (5th generation) | Tablet | +| iPad mini (6th generation) | Tablet | + + + + + +| Device Name | Category | +|--------------------------------------|----------| +| iPhone SE (3rd generation) | Phone | +| iPhone 15 | Phone | +| iPhone 15 Plus | Phone | +| iPhone 15 Pro | Phone | +| iPhone 15 Pro Max | Phone | +| iPad Air (5th generation) | Tablet | +| iPad (10th generation) | Tablet | +| iPad mini (6th generation) | Tablet | +| iPad Pro (11-inch) (4th generation) | Tablet | +| iPad Pro (12.9-inch) (6th generation)| Tablet | + + \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 5817cfbe9..1da12be9e 100644 --- a/sidebars.js +++ b/sidebars.js @@ -316,7 +316,8 @@ module.exports = { items: [ "hyperexecute-appium-testing", "hyperexecute-webapp-appium-testing", - "hyperexecute-appium-virtual-device" + "hyperexecute-appium-virtual-device", + "hyperexecute-emu-simu-devices-list" ], }, { From 1cbccb0446e3fcb0648d477db2adb91561b273e3 Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Tue, 28 Jan 2025 18:23:47 +0530 Subject: [PATCH 2/2] spell update --- docs/hyperexecute-emu-simu-devices-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hyperexecute-emu-simu-devices-list.md b/docs/hyperexecute-emu-simu-devices-list.md index d8c74dee3..50567b188 100644 --- a/docs/hyperexecute-emu-simu-devices-list.md +++ b/docs/hyperexecute-emu-simu-devices-list.md @@ -3,7 +3,7 @@ id: hyperexecute-emu-simu-devices-list title: HyperExecute Emulator and Simulator Devices hide_title: false sidebar_label: Devices List - Emu/Simu -description: List of devices available on HyperExecute for Emualtor and Simulator +description: List of devices available on HyperExecute for Emulator and Simulator keywords: - hyperexecute device list - hyperexecute