alias_api.pick_locators
- alias_api.pick_locators(*args, **kwargs)
Overloaded function.
pick_locators(locators: collections.abc.Sequence[alias_api.AlLocator]) -> int
Pick the given locators.
- param locators
The list of locators to pick.
- type locators
List[AlLocator]
- return
The status code result Success - everything was successfully picked. Failure - not all locators were successfully picked.
- rtype
int(AlStatusCode)
pick_locators(names: collections.abc.Sequence[str]) -> int
Pick the locators with the given names.
- param names
The list of locator names to pick.
- type names
List[str]
- return
The status code result Success - everything was successfully picked. Failure - not all locators were successfully picked.
- rtype
int(AlStatusCode)