We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e619f commit 0a48d48Copy full SHA for 0a48d48
java/src/org/openqa/selenium/support/ui/Select.java
@@ -134,7 +134,6 @@ public void selectByVisibleText(String text) {
134
135
for (WebElement option : options) {
136
if (hasCssPropertyAndVisible(option)) {
137
- // throw new NoSuchElementException("Invisible option with text: " + text);
138
setSelected(option, true);
139
selectedAnyVisible = true;
140
if (!isMultiple()) {
0 commit comments