public interface ContainerContext
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContainer()
Get the container related to this context.
|
java.util.List<HookDefinition<?>> |
getHookDefinitions()
Get the list of hook definitions attached to this context.
|
ContainerContext |
getParent()
Get the parent context.
|
org.openqa.selenium.SearchContext |
getSearchContext()
Get the search context of this container context.
|
java.lang.Object getContainer()
ContainerContext getParent()
org.openqa.selenium.SearchContext getSearchContext()
java.util.List<HookDefinition<?>> getHookDefinitions()
Copyright © 2018 FluentLenium. All Rights Reserved.