public interface ContainerContext
| Modifier and Type | Method and Description |
|---|---|
Object |
getContainer()
Get the container related to this context.
|
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.
|
Object getContainer()
ContainerContext getParent()
org.openqa.selenium.SearchContext getSearchContext()
List<HookDefinition<?>> getHookDefinitions()
Copyright © 2016 FluentLenium. All Rights Reserved.