Interface ContainerContext

  • All Known Implementing Classes:
    DefaultContainerContext

    public interface ContainerContext
    Context for a container
    • Method Detail

      • getContainer

        Object getContainer()
        Get the container related to this context.
        Returns:
        container
      • getParent

        ContainerContext getParent()
        Get the parent context.
        Returns:
        parent context
      • getSearchContext

        org.openqa.selenium.SearchContext getSearchContext()
        Get the search context of this container context.
        Returns:
        search context
      • getHookDefinitions

        List<HookDefinition<?>> getHookDefinitions()
        Get the list of hook definitions attached to this context.
        Returns:
        hook definitions list