
com.testfabrik.webmate.javasdk.browsersession.FactRequest Maven / Gradle / Ivy
The newest version!
package com.testfabrik.webmate.javasdk.browsersession;
public class FactRequest {
private FactType type;
public FactRequest(FactType type) {
this.type = type;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy