1. public abstract class MainPageContent extends GooglePageObject implements IContentList, IFilterContent, IBar, IContentContextClick {
  2. public MainPageContent(SingleWindow browserWindow)
  3. throws ConcstructTestObjectException {
  4. super(browserWindow);
  5. checkInExceptionHandler(new StaleElementReferenceExceptionHandler());
  6. }