
org.catools.web.config.CWebDriverManagerConfigs Maven / Gradle / Ivy
package org.catools.web.config;
import org.catools.common.config.CConfigs;
public class CWebDriverManagerConfigs extends CConfigs {
public static boolean isEnabled() {
return getConfigs().getBooleanOrElse(Configs.WEB_DRIVER_MANAGER_ENABLED, true);
}
public enum Configs {
WEB_DRIVER_MANAGER_ENABLED
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy