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

org.fluentlenium.cucumber.adapter.util.SharedDriver Maven / Gradle / Ivy

There is a newer version: 5.0.4
Show newest version
package org.fluentlenium.cucumber.adapter.util;

import org.openqa.selenium.Beta;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.RUNTIME)
public @interface SharedDriver {
    public enum SharedType {ONCE, PER_SCENARIO}

    SharedType type() default SharedType.PER_SCENARIO;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy