web element matching
Specify which technique is used to perform web UI element matching.
- javascript: Custom snippets of JavaScript code.
- webdriver: WebDriver API
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.
setting value setting web element matching javascript window control check control exists multi controls aside test
setting value setting web element matching webdriver window control check control exists multi controls aside test check control exists multi controls button test
- This built-in setting only affects the stage of UI web element matching including window, control, and item matching.