Skip to content

Commit

Permalink
[grid] Update JDBC commands of session map info
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani authored May 12, 2021
1 parent 9201335 commit bf39aef
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ To start the `JdbcBackedSessionMap`:

```
SESSIONS_IMPLEMENTATION=org.openqa.selenium.grid.sessionmap.jdbc.JdbcBackedSessionMap \
SESSIONS_SCHEME=jdbc \
java -jar selenium.jar
--ext $(coursier fetch -p org.seleniumhq.selenium:selenium-session-map-redis:4.0.0-alpha-6:org.postgresql:postgresql:42.2.14.jre7) \
--ext $(coursier fetch -p org.seleniumhq.selenium:selenium-session-map-jdbc:4.0.0-alpha-6 org.postgresql:postgresql:42.2.14.jre7) \
sessions \
--jdbc-user "<jdbc_user>" --jdbc-password "<jdbc_password>" \
--jdbc-url "<jdbc_url>"`
--jdbc-url "<jdbc_url>"
```

0 comments on commit bf39aef

Please sign in to comment.