Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Useful utilities for handling common events on highlighted element #73

@ranndev

Description

@ranndev

Is your feature request related to a problem? Please describe.
This is for making it easy to do basic tasks on highlighted element, specially for adding temporary events (like asking user for a single click, checking a checkbox, type on input, etc.)

Describe the solution you'd like
We can imagine the usage of utility functions as:

uiguide.highlight('#target-element').then(uiguide.ask.click(3))
uiguide.highlight('#target-element').then(uiguide.ask.type('Hello'))

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions