| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJBoss Container Application Servers | 
        
| GroupId | GroupIdorg.jboss.test | 
    
| ArtifactId | ArtifactIdrichfaces-selenium | 
    
| Last Version | Last Version1.5.3.Final | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionRichFaces-Selenium: Library 
            Library extending Selenium functionality for testing Ajax and containing templates for testing of JavaEE applications incl. server deployment 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.jboss.test/richfaces-selenium/ -->
<dependency>
    <groupId>org.jboss.test</groupId>
    <artifactId>richfaces-selenium</artifactId>
    <version>1.5.3.Final</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jboss.test/richfaces-selenium/
implementation 'org.jboss.test:richfaces-selenium:1.5.3.Final'
                // https://jarcasting.com/artifacts/org.jboss.test/richfaces-selenium/
implementation ("org.jboss.test:richfaces-selenium:1.5.3.Final")
                'org.jboss.test:richfaces-selenium:jar:1.5.3.Final'
                <dependency org="org.jboss.test" name="richfaces-selenium" rev="1.5.3.Final">
  <artifact name="richfaces-selenium" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jboss.test', module='richfaces-selenium', version='1.5.3.Final')
)
                libraryDependencies += "org.jboss.test" % "richfaces-selenium" % "1.5.3.Final"
                [org.jboss.test/richfaces-selenium "1.5.3.Final"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 5.12.1 | 
| org.seleniumhq.selenium.client-drivers : selenium-java-client-driver | jar | 1.0.2 | 
| commons-lang : commons-lang | jar | 2.5 | 
| commons-io : commons-io | jar | 1.4 | 
| commons-codec : commons-codec | jar | 1.4 |