The requested page is not available for selected version.
web element matching
Description
Specify which technique is used to perform web UI element matching.
Allowable values
javascript
Custom snippets of JavaScript code
webdriver
Default value
javascript
Applicable system/platforms
- Testing mobile web applications on cloud devices (learn more).
Notes
- This built-in setting only affects the stage of UI web element matching including window, control, and item matching.
Example
Under mobile cloud test environment conditions, the test duration which includes various UI web element matching actions might vary. You might try switching between JavaScript snippets and WebDriver API techniques to see if the test duration would be shorter.