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

com.polonium.webdriver.annotations.PageURL Maven / Gradle / Ivy

package com.polonium.webdriver.annotations;

import static java.lang.annotation.ElementType.TYPE;

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

/** Alternative for defining URL of PoloniumPage in constructor
 *  
 * @author Marek Serwanski
 * 
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(TYPE)
public @interface PageURL {
	String value() default "No @PageURL annotation defined on WebPage";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy