public class AxeRunOptions extends Object
| Constructor and Description |
|---|
AxeRunOptions() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAbsolutePaths()
gets if there are absolute paths.
|
Integer |
getFrameWaitTimeInMilliseconds()
gets the frame wait time milliseconds.
|
Boolean |
getIFrames()
gets if there are iFrames.
|
Boolean |
getRestoreScroll()
gets if there is a restore scroll.
|
List<String> |
getResultTypes()
gets the result types.
|
Map<String,AxeRuleOptions> |
getRules()
gets the rules.
|
AxeRunOnlyOptions |
getRunOnly()
gets the run only property.
|
boolean |
getXPath()
gets the xpath.
|
void |
setAbsolutePaths(Boolean newAbsolutePath)
sets if there are absolute paths.
|
void |
setFrameWaitTimeInMilliseconds(Integer newFrameWaitTime)
sets the frame wait time milliseconds.
|
void |
setIFrames(Boolean newIFrames)
sets if there are iFrames.
|
void |
setRestoreScroll(Boolean newRestoreScroll)
sets the restore scroll.
|
void |
setResultTypes(List<String> newResultTypes)
sets the result types.
|
void |
setRules(Map<String,AxeRuleOptions> newRules)
sets the rules.
|
void |
setRunOnly(AxeRunOnlyOptions newRunOnly)
sets the run only property.
|
void |
setXPath(Boolean newXPath)
sets the xpath.
|
public AxeRunOnlyOptions getRunOnly()
public void setRunOnly(AxeRunOnlyOptions newRunOnly)
newRunOnly - the new run only to be setpublic Map<String,AxeRuleOptions> getRules()
public void setRules(Map<String,AxeRuleOptions> newRules)
newRules - the new rules to be setpublic List<String> getResultTypes()
public void setResultTypes(List<String> newResultTypes)
newResultTypes - the new result types to be setpublic boolean getXPath()
public void setXPath(Boolean newXPath)
newXPath - the new xpath to be setpublic Boolean getAbsolutePaths()
public void setAbsolutePaths(Boolean newAbsolutePath)
newAbsolutePath - the bool to be set if there are absolute pathspublic Boolean getIFrames()
public void setIFrames(Boolean newIFrames)
newIFrames - the bool to be set if there are iFramespublic Boolean getRestoreScroll()
public void setRestoreScroll(Boolean newRestoreScroll)
newRestoreScroll - bool if there is a restore scrollpublic Integer getFrameWaitTimeInMilliseconds()
public void setFrameWaitTimeInMilliseconds(Integer newFrameWaitTime)
newFrameWaitTime - the new frame wait time to be setCopyright © 2023. All rights reserved.