Checks if a control is currently able to take user interactions. OPA5 will automatically apply this matcher if you specify actions in sap.ui.test.Opa5#waitFor. A control will be filtered out by this matcher when:
Method | Description |
---|---|
sap.ui.test.matchers.Interactable.extend |
Creates a new subclass of class sap.ui.test.matchers.Interactable with name
|
sap.ui.test.matchers.Interactable.getMetadata |
Returns a metadata object for class sap.ui.test.matchers.Interactable. |
Creates a new subclass of class sap.ui.test.matchers.Interactable with name sClassName
and enriches it with the information contained in oClassInfo
.
oClassInfo
might contain the same kind of information as described in sap.ui.test.matchers.Matcher.extend.
Param | Type | DefaultValue | Description |
---|---|---|---|
sClassName | string |
Name of the class being created |
|
oClassInfo | object |
Object literal with information about the class |
|
FNMetaImpl | function |
Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class |