java.lang.Object
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverScope
All Implemented Interfaces:
Scope

public class WebDriverScope extends Object implements Scope
A special scope used for WebDriver beans. Usually registered by a WebDriverContextCustomizerFactory and reset by a WebDriverTestExecutionListener.
Since:
3.0.0
Author:
Phillip Webb
See Also: