Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clickText #104

Closed
mrWh1te opened this issue Mar 5, 2021 · 1 comment
Closed

clickText #104

mrWh1te opened this issue Mar 5, 2021 · 1 comment

Comments

@mrWh1te
Copy link
Owner

mrWh1te commented Mar 5, 2021

Is your feature request related to a problem? Please describe.
A click BotAction with a string input that describes text of an element to click. Therefore, instead of a string html selector representing an element to click, this is the text inside

Describe the solution you'd like
clickText(text: string): BotAction

Thoughts
Could make it specific for button or anchor links, but would prefer it to be element agnostic since sometimes click events are manually attached to dom elements like div's

@mrWh1te
Copy link
Owner Author

mrWh1te commented Apr 21, 2021

added in #105

released in core v1.3

@mrWh1te mrWh1te closed this as completed Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant