com.applitools.eyes.IEyesJsExecutor Maven / Gradle / Ivy
package com.applitools.eyes;
public interface IEyesJsExecutor {
Object executeScript(String script, Object... args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.applitools.eyes;
public interface IEyesJsExecutor {
Object executeScript(String script, Object... args);
}