Class WebDriverLifeCycle


  • @Component
    public class WebDriverLifeCycle
    extends Object
    Regulating the lifecycle of the browser for JBehave frontend tests
    Author:
    Daniel Keiss <daniel.keiss@telekom.de>

    Copyright (c) 2021 Daniel Keiss, Deutsche Telekom IT GmbH This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.

    • Field Detail

      • webDriverWrapper

        @Autowired
        protected de.telekom.test.bddwebapp.frontend.lifecycle.WebDriverWrapper webDriverWrapper
      • browserDriverUpdater

        @Autowired
        protected de.telekom.test.bddwebapp.frontend.lifecycle.BrowserDriverUpdater browserDriverUpdater
    • Constructor Detail

      • WebDriverLifeCycle

        public WebDriverLifeCycle()
    • Method Detail

      • updateDriver

        public void updateDriver()
      • quitBrowserAfterStory

        public void quitBrowserAfterStory()
      • quitBrowserAfterScenario

        public void quitBrowserAfterScenario()
      • quitBrowserAfterStories

        public void quitBrowserAfterStories()