com.seleniumtests.uipage.annotations.ContextNativeApp 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 native application context
*/
@Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@Target({TYPE})
public @interface ContextNativeApp {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy