You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
The text was updated successfully, but these errors were encountered:
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..
The text was updated successfully, but these errors were encountered: