Class MutationRecognizer
Defined in: FBTestMutation.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
MutationRecognizer(win, tagName, attributes, text)
|
Class Detail
MutationRecognizer(win, tagName, attributes, text)
- Parameters:
- {Window} win
- Parent window.
- {String} tagName
- Name of the element.
- {Object} attributes
- List of attributes that identifies the element.
- {String} text
- Specific text that should be created. The tagName must be set to Text in this case.