Assignment Title
An assignment title is usually visible at the very top of each screen and has the same value as the step or process in the case workflow. Might be useful if you want to make sure that the required page is already visible an fully uploaded.
info
If an assignment title has a custom implementation, use an element
control to check or get the value.
Available methods
Name | Parameter(s) | Type | Description |
---|---|---|---|
shouldHaveText | text | string | Checks if an assignment title element has a given text |
options? | { timeout?: number; interval?: number; retries?: number, soft?: boolean } | ||
getText | Return an inner text of an assignment title element |