selendroid-client

"Selenium for Android Apps" (Test automate native or hybrid Android apps with Selendroid.)

License

License

http://www.apache.org/licenses/LICENSE-2.0
Categories

Categories

CLI User Interface
GroupId

GroupId

io.selendroid
ArtifactId

ArtifactId

selendroid-client
Last Version

Last Version

0.17.0
Release Date

Release Date

Type

Type

jar
Description

Description

selendroid-client
"Selenium for Android Apps" (Test automate native or hybrid Android apps with Selendroid.)

Download selendroid-client

How to add to project

<!-- https://jarcasting.com/artifacts/io.selendroid/selendroid-client/ -->
<dependency>
    <groupId>io.selendroid</groupId>
    <artifactId>selendroid-client</artifactId>
    <version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.selendroid/selendroid-client/
implementation 'io.selendroid:selendroid-client:0.17.0'
// https://jarcasting.com/artifacts/io.selendroid/selendroid-client/
implementation ("io.selendroid:selendroid-client:0.17.0")
'io.selendroid:selendroid-client:jar:0.17.0'
<dependency org="io.selendroid" name="selendroid-client" rev="0.17.0">
  <artifact name="selendroid-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.selendroid', module='selendroid-client', version='0.17.0')
)
libraryDependencies += "io.selendroid" % "selendroid-client" % "0.17.0"
[io.selendroid/selendroid-client "0.17.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 2.48.0
io.selendroid : selendroid-common jar 0.17.0
io.selendroid : selendroid-server-common jar 0.17.0

Project Modules

There are no modules declared in this project.

Selendroid

Build Status

Selendroid is a test automation framework which drives of the UI of Android native and hybrid applications (apps) and the mobile web with Selendroid. Tests are written using the Selenium 2 client API and for testing the application under test must not be modified.

Selendroid can be used on emulators and real devices and can be integrated as a node into the Selenium Grid for scaling and parallel testing.

You want more details?

Check out our documentation.

Contributing

We have documented Selendroid's Architecture and all the small tricks you need to know when contributing to selendroid you find in our wiki. Also confirm you have signed the CLA when making a Pull Request.

Maven Artifacts

You can find the current version in Maven central.

Building

  1. Run gradle clean build

License

The Apache Software License, Version 2.0

io.selendroid

Versions

Version
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.2