Class GoogleFixtures<SELF extends GoogleFixtures<SELF>>

  • All Implemented Interfaces:
    dev.aherscu.qa.jgiven.commons.model.ScenarioType<dev.aherscu.qa.jgiven.webdriver.model.WebDriverScenarioType>

    public class GoogleFixtures<SELF extends GoogleFixtures<SELF>>
    extends dev.aherscu.qa.jgiven.webdriver.steps.WebDriverFixtures<SELF>
    • Field Summary

      • Fields inherited from class dev.aherscu.qa.jgiven.webdriver.steps.WebDriverFixtures

        AUTO_QUIT, webDriver
      • Fields inherited from class dev.aherscu.qa.jgiven.commons.utils.StageEx

        assertElementTimer, ATTACHEMENT_TRANSFORMER, clickTimer, currentStep, locateTimer, pollDelay, pollTimeout, retryPolicy, scrollIntoViewTimer, sendKeysTimer
    • Constructor Summary

      Constructors 
      Constructor Description
      GoogleFixtures()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SELF google​(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx driver)  
      • Methods inherited from class dev.aherscu.qa.jgiven.webdriver.steps.WebDriverFixtures

        a_web_driver, at, context, scrollIntoView, thisWebDriver
      • Methods inherited from class dev.aherscu.qa.jgiven.commons.steps.GenericFixtures

        nothing
      • Methods inherited from class dev.aherscu.qa.jgiven.commons.utils.StageEx

        alert, attach, attachScreenshot, attachScreenshot, attachScreenshot, beforeScenarioConfigurePolling, context, element, elements, ensureElements, retry, safely
      • Methods inherited from class com.tngtech.jgiven.Stage

        and, but, comment, given, then, when, with
      • Methods inherited from class com.tngtech.jgiven.base.StageBase

        $, $, self
    • Constructor Detail

      • GoogleFixtures

        public GoogleFixtures()
    • Method Detail

      • google

        public SELF google​(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx driver)