Class WecAnnotations
- java.lang.Object
-
- org.openqa.selenium.support.pagefactory.AbstractAnnotations
-
- org.openqa.selenium.support.pagefactory.Annotations
-
- click.webelement.pagefactory.parameterized.WecAnnotations
-
public class WecAnnotations extends org.openqa.selenium.support.pagefactory.Annotations- Author:
- Alexey Razgulyaev
-
-
Constructor Summary
Constructors Constructor Description WecAnnotations(Field field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidassertValidAnnotations()
-
-
-
Constructor Detail
-
WecAnnotations
public WecAnnotations(Field field)
- Parameters:
field- expected to be an element in a Page Object
-
-