All Downloads are FREE. Search and download functionalities are using the official Maven repository.

selenium.actions.hooks.SeleniumModuleBootstrapperShutdownHook.kt Maven / Gradle / Ivy

There is a newer version: 5.3.5
Show newest version
package selenium.actions.hooks

import com.testerum_api.testerum_steps_api.annotations.hooks.AfterAllTests
import selenium_steps_support.service.module_di.SeleniumModuleServiceLocator

class SeleniumModuleBootstrapperShutdownHook {

    @AfterAllTests
    fun shutdownContext() {
        SeleniumModuleServiceLocator.bootstrapper.context.shutdown()
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy