- NLPs
Retrieve Value in Text Element
Capture Dropdown Elements
Unable to Select Radiobutton
Unable to Click Checkbox
Clearing the Session or Cookies
UI Identifier NLP
Drag & Drop NLP
Uploading Files NLP
Use MySQL Addon in NLPs- setup
Server Docker Deployment Errors
Secured Business Application Support
Troubleshooting Restricted Access to Testsigma
Why mobile device not displayed in Testsigma Mobile Test Recorder?
Unable to Create New Test Session
Agent Startup Failure Due to Used Ports
Tests Permanently Queued in Local Executions
Fix Testsigma Agent Registration Failures
Testsigma Agent Cleanup
Need of Apache Tomcat for Testsigma Agent- web apps
URL not accessible
Test Queued for a Long Time
Issues with UI Identifiers
Missing Elements in Recorder
Collecting HAR File
Errors with Browser Session
Page Loading Issues- mobile apps
Failed to Start Mobile Test Recorder
Troubleshooting “Failed to perform action Mobile Test Recorder” error
Why Test Execution State is Queued for a Long Time?
Why Mobile App Keeps Stopping After Successful Launch?
More pre-requisite settings
Why am I not able to start WDA Process on iPhone?
What are the Most Common causes for Click/Tap NLP Failure?
How to Find App Package & Activity in Android?
Cross-environment Compatible ID Locators (Android)
Why Accessibility IDs Over other Locators?
What are Common Android Issues & Proposed Solutions?
How to Find the App Bundle ID for iOS?
Developer Mode (iOS 16 & Above)
How to Handle iOS App Compatibility Issues?
How to Disable Play Protect for SMS Forwarder Installation?
How to Capture Network Logs in an Android Application?
Common UI Elements for iOS Apps
Given below are the most common Element types available for iOS:
| Element Type | Description | Common Attributes |
|---|---|---|
| XCUIElementTypeTextField | Used for input text fields such as username, email, and name | value, text, name |
| XCUIElementTypeSecureTextField | Used for password input fields which hide the entered text | value, text, name |
| XCUIElementTypeButton | Used for showing buttons | text, name |
| XCUIElementTypeSwitch | Used mostly for toggle switch | value, text, name |
| XCUIElementTypePickerWheel | Used for showing selector such as country selector, date selector or any selector to select from given options | name |
| XCUIElementTypeSlider | Used for showing a slider element which can be slided horizontally such as brightness, volume slider | name |
| XCUIElementTypeImage | Used for showing images | name |
| XCUIElementTypeSearchField | Used for showing search fields | value, text, name |
| XCUIElementTypeLink | Used for showing hyperlinks | value, text, name |
| XCUIElementTypeDatePicker | User for showing date picker elements | value, text, name |
Some other less common element types are:
- XCUIElementTypeActivityIndicator
- XCUIElementTypeProgressIndicator
- XCUIElementTypeAlert
- XCUIElementTypeWindow
- XCUIElementTypeOther
- XCUIElementTypeStaticText
- XCUIElementTypeNavigationBar
- XCUIElementTypeSegmentedControl
- XCUIElementTypeMap
- XCUIElementTypeStatusBar