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

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c86b85d

Browse files
committed
#115 Updated javadoc: those functions will be removed at 1.0.0
1 parent 1d093ad commit c86b85d

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