public class SmartAnnotations
extends org.openqa.selenium.support.pagefactory.Annotations
| Constructor and Description |
|---|
SmartAnnotations(Field field,
MobilePlatform platform) |
SmartAnnotations(Field field,
MobilePlatform platform,
CustomFindByAnnotationProviderService customFindByAnnotationProviderService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertValidAnnotations() |
org.openqa.selenium.By |
buildBy() |
protected org.openqa.selenium.By |
buildByFromCustomAnnotationProvider(Field field) |
protected org.openqa.selenium.By |
buildByFromFindBy(FindBy myFindBy) |
protected org.openqa.selenium.By |
buildByFromFindBy(FindBy myDepFindBy)
Deprecated.
use serenitybdd variation
|
protected org.openqa.selenium.By |
buildByFromLongFindBy(FindBy myFindBy) |
protected org.openqa.selenium.By |
buildByFromLongFindBy(FindBy myDepFindBy)
Deprecated.
use serenitybdd variation
|
protected org.openqa.selenium.By |
buildByFromShortFindBy(FindBy myFindBy) |
protected org.openqa.selenium.By |
buildByFromShortFindBy(FindBy myDepFindBy)
Deprecated.
use serenitybdd variation
|
public SmartAnnotations(Field field, MobilePlatform platform)
public SmartAnnotations(Field field, MobilePlatform platform, CustomFindByAnnotationProviderService customFindByAnnotationProviderService)
protected void assertValidAnnotations()
assertValidAnnotations in class org.openqa.selenium.support.pagefactory.Annotationspublic org.openqa.selenium.By buildBy()
buildBy in class org.openqa.selenium.support.pagefactory.Annotationsprotected org.openqa.selenium.By buildByFromCustomAnnotationProvider(Field field)
protected org.openqa.selenium.By buildByFromFindBy(FindBy myFindBy)
protected org.openqa.selenium.By buildByFromLongFindBy(FindBy myFindBy)
protected org.openqa.selenium.By buildByFromShortFindBy(FindBy myFindBy)
@Deprecated protected org.openqa.selenium.By buildByFromFindBy(FindBy myDepFindBy)
@Deprecated protected org.openqa.selenium.By buildByFromLongFindBy(FindBy myDepFindBy)
@Deprecated protected org.openqa.selenium.By buildByFromShortFindBy(FindBy myDepFindBy)
Copyright © 2023. All rights reserved.