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

com.testfabrik.webmate.javasdk.browsersession.FactRequest Maven / Gradle / Ivy

There is a newer version: 0.56
Show newest version
package com.testfabrik.webmate.javasdk.browsersession;

public class FactRequest {
    private FactType type;

    public FactRequest(FactType type) {

        this.type = type;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy