8000 #115 Updated javadoc: those functions will be removed at 1.0.0 · seleniumQuery/seleniumQuery@5b45572 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b45572

Browse files
committed
#115 Updated javadoc: those functions will be removed at 1.0.0
1 parent bbcf485 commit 5b45572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/github/seleniumquery/SeleniumQueryObject.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ public SeleniumQueryObject submit() {
603603
}
604604

605605
/**
606-
* This method will be removed in {@code 0.10.0}.
606+
* This method will be removed in {@code 1.0.0}.
607607
* @deprecated Use: <code>$("selector").as().select().selectByVisibleText(text);</code>
608608
* @param text The visible text to match against.
609609
* @return A self reference.
@@ -615,7 +615,7 @@ public SeleniumQueryObject selectOptionByVisibleText(String text) {
615615
}
616616

617617
/**
618-
* This method will be removed in {@code 0.10.0}.
618+
* This method will be removed in {@code 1.0.0}.
619619
* @deprecated Use: <code>$("selector").as().select().selectByValue(value);</code>
620620
* @param value The value to match against.
621621
* @return A self reference.

0 commit comments

Comments
 (0)
0