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

Using get_text() on a textarea should return the value property #1457

Closed
mdmintz opened this issue Aug 16, 2022 · 0 comments · Fixed by #1463
Closed

Using get_text() on a textarea should return the value property #1457

mdmintz opened this issue Aug 16, 2022 · 0 comments · Fixed by #1463
Assignees
Labels
bug Uh oh... Something needs to be fixed SeleniumBase 4 SeleniumBase 4

Comments

@mdmintz
Copy link
Member

mdmintz commented Aug 16, 2022

Using get_text() on a textarea should return the value property. That method currently returns element.text, which does not include the visible text seen in a textarea.

(This is already being done correctly for input elements to get the correct text.)

@mdmintz mdmintz added the bug Uh oh... Something needs to be fixed label Aug 16, 2022
@mdmintz mdmintz self-assigned this Aug 16, 2022
@mdmintz mdmintz added the SeleniumBase 4 SeleniumBase 4 label Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Uh oh... Something needs to be fixed SeleniumBase 4 SeleniumBase 4
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant