- desired capabilities
Most Common Desired Capabilities
Browser Console Debug Logs
Geolocation Emulation
Bypass Unsafe Download Prompt
Geolocation for Chrome & Firefox
Custom User Profile in Chrome
Emulate Mobile Devices (Chrome)
Add Chrome Extension
Network Throttling
Network Logs
Biometric Authentication
Enable App Resigning in iOS
Enable Capturing Screenshots (Android & iOS)
Configure Android WebViews
Incognito/Private mode
Set Google Play Store Credentials
Basic Authentication [Safari]
Enable App Resigning in iOS
If you set ResignEnabled desiried capability as true then Testsigma will re-sign the app with the uploaded provisioning profile to install your app on the device during test execution.
NOTE:
This process will result in the deletion of entitlements in your iOS app.
However, if your app is already signed with Apple developer enterprise program, you can disable this behavior by setting ResignEnabled desiried capability as false.
| Key | Description |
|---|---|
| resignApp | 1. By default, if this capability is not passed, your app will be re-signed. 2. You can call resignApp=false to prevent your iOS app from being re-signed. |