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

com.applitools.eyes.selenium.IConfigurationGetter Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package com.applitools.eyes.selenium;

import com.applitools.eyes.config.Configuration;
import com.applitools.eyes.visualgridclient.model.RenderBrowserInfo;

import java.util.List;

public interface IConfigurationGetter extends com.applitools.eyes.config.IConfigurationGetter {

    boolean getForceFullPageScreenshot();

    int getWaitBeforeScreenshots();

    StitchMode getStitchMode();

    boolean getHideScrollbars();

    boolean getHideCaret();

    List getBrowsersInfo();

    boolean isThrowExceptionOn();

    String getTestName();

    boolean isRenderingConfig();

    Configuration cloneConfig();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy