Skip to content

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

@sankouski-dzmitry

Description

@sankouski-dzmitry

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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions