Class PageObject
java.lang.Object
org.uitnet.testing.smartfwk.api.core.support.PageObject
public class PageObject extends Object
- Author:
- Madhav Krishna
-
Constructor Summary
Constructors Constructor Description PageObject() -
Method Summary
Modifier and Type Method Description StringgetAttrName()IntegergetMaxTimeToWaitInSeconds()StringgetName()Map<String,String>getParams()Returns the locator parameters.voidsetAttrName(String attrName)voidsetMaxTimeToWaitInSeconds(Integer maxTimeToWaitInSeconds)voidsetName(String name)voidsetParams(Map<String,String> locatorParams)Sets the locator parameters.
-
Constructor Details
-
PageObject
public PageObject()
-
-
Method Details
-
getName
-
setName
-
getAttrName
-
setAttrName
-
getMaxTimeToWaitInSeconds
-
setMaxTimeToWaitInSeconds
-
getParams
Returns the locator parameters.- Returns:
-
setParams
Sets the locator parameters.- Parameters:
locatorParams-
-