File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/io/github/seleniumquery Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ public SeleniumQueryObject submit() {
603
603
}
604
604
605
605
/**
606
- * This method will be removed in {@code 0.10 .0}.
606
+ * This method will be removed in {@code 1.0 .0}.
607
607
* @deprecated Use: <code>$("selector").as().select().selectByVisibleText(text);</code>
608
608
* @param text The visible text to match against.
609
609
* @return A self reference.
@@ -615,7 +615,7 @@ public SeleniumQueryObject selectOptionByVisibleText(String text) {
615
615
}
616
616
617
617
/**
618
- * This method will be removed in {@code 0.10 .0}.
618
+ * This method will be removed in {@code 1.0 .0}.
619
619
* @deprecated Use: <code>$("selector").as().select().selectByValue(value);</code>
620
620
* @param value The value to match against.
621
621
* @return A self reference.
You can’t perform that action at this time.
0 commit comments