assignIdAndWait (UI Automation - Manipulation)
Compatible with:
- Purpose
- Generated from assignId(locator, identifier)
- This command temporarily sets the "id" attribute of the specified element, so you can locate it in the future using its ID rather than a slow/complicated XPath. This ID will disappear once the page is reloaded.
- This command waits to complete it's action for a default timeout. The default timeout differs in QaSCRIBE and Worksoft SaaS Cloud Platform.
- Syntax
- assignIdAndWait(locator, identifier)
- Target
- locator - an element locator pointing to an element
- Value
- identifier - a string to be used as the ID of the specified element
- Return Value
- N/A