Class CheckOptions


  • public class CheckOptions
    extends Object
    • Constructor Detail

      • CheckOptions

        public CheckOptions()
    • Method Detail

      • getIgnoreElements

        public List<org.openqa.selenium.WebElement> getIgnoreElements()
      • setIgnoreElements

        public void setIgnoreElements​(List<org.openqa.selenium.WebElement> ignoreElements)
      • setIgnoreRegions

        public void setIgnoreRegions​(List<IgnoreRegion> ignoreRegions)
      • getTestName

        public String getTestName()
      • setTestName

        public void setTestName​(String testName)
      • getSuiteName

        public String getSuiteName()
      • setSuiteName

        public void setSuiteName​(String suiteName)