| License | License | 
|---|---|
| Categories | CategoriesContainer | 
| GroupId | GroupIdorg.testcontainers | 
| ArtifactId | ArtifactIdselenium | 
| Last Version | Last Version1.17.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionTestcontainers :: Selenium Isolated container management for Java code testing | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| selenium-1.17.2.pom | |
| selenium-1.17.2.jar | 12 KB | 
| selenium-1.17.2-sources.jar | 6 KB | 
| selenium-1.17.2-javadoc.jar | 34 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.testcontainers/selenium/ -->
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>selenium</artifactId>
    <version>1.17.2</version>
</dependency>// https://jarcasting.com/artifacts/org.testcontainers/selenium/
implementation 'org.testcontainers:selenium:1.17.2'// https://jarcasting.com/artifacts/org.testcontainers/selenium/
implementation ("org.testcontainers:selenium:1.17.2")'org.testcontainers:selenium:jar:1.17.2'<dependency org="org.testcontainers" name="selenium" rev="1.17.2">
  <artifact name="selenium" type="jar" />
</dependency>@Grapes(
@Grab(group='org.testcontainers', module='selenium', version='1.17.2')
)libraryDependencies += "org.testcontainers" % "selenium" % "1.17.2"[org.testcontainers/selenium "1.17.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.testcontainers : testcontainers | jar | 1.17.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.seleniumhq.selenium : selenium-remote-driver | jar | 3.141.59 | 
| org.seleniumhq.selenium : selenium-chrome-driver | jar | 3.141.59 | 
