Interact With Android and iOS Devices in Real-Time
You can now interact with real Android and iOS devices in real-time during web automation tests. This means you can inspect UI elements, check device behavior, and troubleshoot any issues instantly, without waiting for the test to complete.
Control Bluetooth Settings During Test Sessions
You now have the ability to turn Bluetooth on or off on real Android and iOS devices during your test sessions. This feature is supported for both manual and automated testing. So, it’s easier than ever to validate Bluetooth-dependent features within your test flow.
For example,
enableBluetooth: true
Set Custom GPS Coordinates for Mobile Test Automation
You can now set custom GPS coordinates during your tests for Espresso, XCUITest, and Flutter. This makes it simple to simulate different locations and test location-based scenarios.
For example,
"location": {"lat": "-50","long": "150.028333"}