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

io.github.l86400.component.selenium.starter.SeleniumProperties Maven / Gradle / Ivy

There is a newer version: 1.2.0.2
Show newest version
package io.github.l86400.component.selenium.starter;

import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
import org.springframework.boot.context.properties.ConfigurationProperties;

/**
 * @author 86400
 * @since 2021/12/21 11:21
 */
@ConfigurationProperties(prefix = "lq.selenium")
@Data
@ToString
@EqualsAndHashCode
public class SeleniumProperties {
    private WebDriverManagerProperties webDriverManager;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy