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

Feature: Possibility to select drop-down by index, value, and visible text. #153

Open
sankouski-dzmitry opened this issue Sep 9, 2019 · 0 comments

Comments

@sankouski-dzmitry
Copy link

Currently, htmlelements have the only way to fill Select elements in Form element: by value.

I suggest to add possibility to specify select fill strategy (index, value, text)

It could be done, for example with parsing value:
if value begins with 'index=' than Select::selectByIndex method will be used
if value begins with 'text=' than Select::selectByVisibleText method will be used
etc..

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

No branches or pull requests

1 participant