Titus Fortner
Titus Fortner
A non-disabled `option` nested in a disabled `select`, will return `false` for `isEnabled()`. `selectByValue()` calls `setSelected()` which calls `assertOptionIsEnabled()` which will error. That said, it's only one extra command when...
That's odd, you need to pass in an element to Select constructor. It will have `#tag_name` called on it and verify that it is a `select` tag before it tries...
@diemol this was a Ruby issue not a JS issue, but we didn't hear back, so we can leave closed. Will re-open if get more info.
This is why I don't like expected conditions classes, you always end up needing more of them than you want to maintain. fwiw, if we are going to have EC...
We generally recommend using prefs and args directly instead of profile if at all possible. There are a number of Firefox Profile related issues.
@eNcacz looks like we've updated to Python 3 syntax for this, can you update this PR so we can merge it? Thanks!
If the Java 11 one works for what we need that seems like by far the best approach since it will continue to be supported
The short answer is, Selenium doesn't support this. One of the JS devs will have to give the longer answer, because I don't understand what JS is doing with DevTools....
We can also set this in the IEDriver instead of/in addition to?
If we merge #10938 it will satisfy what this Issue is requesting without us needing to change Options code. I was also wondering if we want to go a step...