Uses of Class
org.uitnet.testing.smartfwk.api.core.support.PageObjectInfo
-
Packages that use PageObjectInfo Package Description org.uitnet.testing.smartfwk.ui.core.utils -
-
Uses of PageObjectInfo in org.uitnet.testing.smartfwk.ui.core.utils
Methods in org.uitnet.testing.smartfwk.ui.core.utils that return PageObjectInfo Modifier and Type Method Description static PageObjectInfoPageObjectUtil. getPageObjectInfo(String pageObject)Page object should be specified using the format.Methods in org.uitnet.testing.smartfwk.ui.core.utils with parameters of type PageObjectInfo Modifier and Type Method Description static FieldValuePageObjectUtil. getPageObject(PageObjectInfo poInfo)static ObjectPageObjectUtil. getPageObjectValidator(PageObjectInfo poInfo, SmartCucumberUiScenarioContext scenarioContext)static ObjectPageObjectUtil. invokeValidatorMethod(String methodName, Class<?>[] methodArgTypes, Object[] methodArgValues, PageObjectInfo poInfo, SmartCucumberUiScenarioContext scenarioContext)
-