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

Add Wait Until keywords for Textarea #1727

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nathanhannig
Copy link

@nathanhannig nathanhannig commented May 6, 2021

Wait Until Textarea Contains - wait_until_textarea_contains
Wait Until Textarea Does Not Contain - wait_until_textarea_does_not_contain
Wait Until Textarea Value Is - wait_until_textarea_value_is
Wait Until Textarea Value Is Not - wait_until_textarea_value_is_not

Closes #1726

Wait Until Textarea Contains - wait_until_textarea_contains
Wait Until Textarea Does Not Contain - wait_until_textarea_does_not_contain
Wait Until Textarea Value Is - wait_until_textarea_value_is
Wait Until Textarea Value Is Not - wait_until_textarea_value_is_not
@emanlove
Copy link
Member

emanlove commented Oct 8, 2022

Would like to see if this can be done without adding addition keywords. Otherwise we start to expand the library with keywords for every condition and every element type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide support for waiting for a value in a textarea element
2 participants