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
For the select/drop-down list, my understanding is the default value or blank value could be set to any one of the options for that select by the developers for certain fields. We could not guarantee that the first option is always the blank one. So, webdriver has no idea which option should be selected as the blank value. Maybe, when we are going to clear the select field, we could use
'And I select "Option with blank value" from the "selectList" drop down list', or
'And I select "Option with default value" from the "selectList" drop down list'
Running the following step fails when targeting selects
Error produced: Element must be user-editable in order to clear it.
The text was updated successfully, but these errors were encountered: