fireEvent (UI Automation - Manipulation)
Compatible with:
- Purpose
- Explicitly simulate an event, to trigger the corresponding "onevent" handler.
- Syntax
- fireEvent(locator, eventName)
- Target
- locator - the locator to be brought into view port.
- Value
- eventName - the event name, e.g. "focus" or "blur" or "change"
- Return Value
- N/A