All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ua.windriver.model.exception.WinDriverAgentException Maven / Gradle / Ivy

Go to download

A Java client for the WinDriver Agent. This client allows you to automate Windows desktop applications using Java.

The newest version!
package ua.windriver.model.exception;

public class WinDriverAgentException extends RuntimeException {

    public WinDriverAgentException(String msg) {
        super(msg);
    }
    public WinDriverAgentException() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy