io.appium.java_client.serverevents.CommandEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java client for Appium Mobile Webdriver
The newest version!
package io.appium.java_client.serverevents;
import lombok.Data;
@Data
public class CommandEvent {
public final String name;
public final long startTimestamp;
public final long endTimestamp;
}