com.seleniumtests.uipage.annotations.ContextWebView Maven / Gradle / Ivy
package com.seleniumtests.uipage.annotations;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.TYPE;
/**
* Annotation that say this method or page should be handled in the first WebView context
*/
@Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@Target({TYPE})
public @interface ContextWebView {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy