Replies: 1 comment
-
100% agree. No feedbacks :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@6DiegoDiego9, I'd like to remove the methods GetAllSelectedOptionsText, GetSelectTagsOptions, and GetSelectedOptionText in the WebElement and WebDriver classes. These all return either a string or string array of text value(s) for dropdown options and were written by anonymous contributor before I wrote the WebElements class. As such I think they are less useful.
I would like to replace with the following more generally useful methods that return WebElement/WebElements:
Usage:
Just giving you a heads-up and an opportunity up to provide any feedback... Thanks
Beta Was this translation helpful? Give feedback.
All reactions