GPT Driver User Guide
GPT Driver SDK
GPT Driver SDK
  • 👋Welcome
  • Overview
    • 💡Why GPTD
    • SDKs
      • Prerequisites
      • Python
        • Setup
        • Examples
        • Reference
      • Typescript
        • Setup
        • Examples
        • Reference
      • Java
        • Setup
        • Examples
          • GPT Driver + TestNG
          • GPTD + Lambdatest
          • GPTD + SauceLabs
          • GPT Driver + BrowserStack
        • Reference
        • Use within Android
      • Android Native (Java/Kotlin)
        • Setup
        • Example
        • Reference
      • Swift
        • Setup
        • Usage
Powered by GitBook
On this page
  1. Overview
  2. SDKs
  3. Java

Setup

PreviousJavaNextExamples

Last updated 3 months ago

Add gptdriver client library to your dependencies. () e.g. for Apache Maven add the below to your pom.xml

<dependency>
    <groupId>io.mobileboost.gptdriver</groupId>
    <artifactId>gptdriver-client</artifactId>
    <version>1.3.1</version>
</dependency>

Import the library in your java code

import io.mobileboost.gptdriver.GptDriver;
Maven Central