8000 docs(readme): update to 0.19.0 · seleniumQuery/seleniumQuery@177f600 · GitHub
[go: up one dir, main page]

Skip to content

Commit 177f600

Browse files
committed
docs(readme): update to 0.19.0
1 parent 0cc0433 commit 177f600

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To get the latest version of seleniumQuery, add to your **`pom.xml`**:
133133
<dependency>
134134
<groupId>io.github.seleniumquery</groupId>
135135
<artifactId>seleniumquery</artifactId>
136-
<version>0.18.0</version>
136+
<version>0.19.0</version>
137137
</dependency>
138138
```
139139

@@ -1053,15 +1053,15 @@ $.driver().useInternetExplorer().withPathToIEDriverServerExe("C:\\IEDriverServer
10531053

10541054
### Available `$("selector").functions()`
10551055

1056-
Check the [javadocs for our `$().functions`](https://static.javadoc.io/io.github.seleniumquery/seleniumquery/0.18.0/index.html?io/github/seleniumquery/SeleniumQueryObject.html).
1056+
Check the [javadocs for our `$().functions`](https://static.javadoc.io/io.github.seleniumquery/seleniumquery/0.19.0/index.html?io/github/seleniumquery/SeleniumQueryObject.html).
10571057

10581058
More info also in our [API wiki page](https://github.com/seleniumQuery/seleniumQuery/wiki/seleniumQuery-API).
10591059

10601060
<br>
10611061

10621062
### Available `$.functions()`
10631063

1064-
Check the [javadocs for our `$.functions`](https://static.javadoc.io/io.github.seleniumquery/seleniumquery/0.18.0/index.html?io/github/seleniumquery/browser/BrowserFunctions.html).
1064+
Check the [javadocs for our `$.functions`](https://static.javadoc.io/io.github.seleniumquery/seleniumquery/0.19.0/index.html?io/github/seleniumquery/browser/BrowserFunctions.html).
10651065

10661066
Read about our global functions in the [API wiki page](https://github.com/seleniumQuery/seleniumQuery/wiki/seleniumQuery-API).
10671067

0 commit comments

Comments
 (0)
0