Class CalculatorActions<SELF extends CalculatorActions<SELF>>

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

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

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

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SELF typing​(String expression)  
      • Methods inherited from class dev.aherscu.qa.jgiven.webdriver.steps.WebDriverActions

        activating_application, attaching_screenshot, attaching_screenshot, clicking, clicking, clicking_once, clicking_once, element, elements, ensureElements, forcefullyClicking, forcefullyClicking, hasElements, hiding_keyboard, long_pressing, long_pressing, opening, opening, rotating_device_to, scrollIntoView, sending_application_to_background_for, submitting_the_form_containing, switching_to_context, switching_to_window, terminating_application, thisWebDriver, typing_$_into, typing_$_into, typing_$_into_without_clearing, typing_$_into_without_clearing
      • Methods inherited from class dev.aherscu.qa.jgiven.commons.steps.GenericActions

        comment, concatenate_$_files_from_$_into, deleting_directory, doing_nothing, doing_nothing, doing_nothing, failing_on_purpose_with, retrying, retrying, safely, safely
      • 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, given, then, when, with
      • Methods inherited from class com.tngtech.jgiven.base.StageBase

        $, $, self
    • Constructor Detail

      • CalculatorActions

        public CalculatorActions()
    • Method Detail

      • typing

        public SELF typing​(String expression)