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
why is the type hardcoded only to "text" value?
I am writing the test which needs to deal with html inputs of type "email" an "password" and then I'm getting exception.
Of course I can write directly driver.findElement(By.xpath(blablabla)) but that way I don't need the DSL at all.
Are there some reasons for this hardcode or this can be fixed by a pull request?
The text was updated successfully, but these errors were encountered:
I see in the DSL sources following:
why is the type hardcoded only to "text" value?
I am writing the test which needs to deal with html inputs of type "email" an "password" and then I'm getting exception.
Of course I can write directly
driver.findElement(By.xpath(blablabla))
but that way I don't need the DSL at all.Are there some reasons for this hardcode or this can be fixed by a pull request?
The text was updated successfully, but these errors were encountered: