| Interface | Description |
|---|---|
| CommandContext |
Context of the Selenium command including the name of command, its arguments and provides method for command
invocation
|
| CommandInterceptor |
Interface for implementers of command interception.
|
| CommandInterceptorProxy |
Allows to register command interceptors which wraps the invocation of commands giving Selenium commands new aspects.
|
| Exception | Description |
|---|---|
| CommandInterceptorException |
Thrown when at least one intercepter didn't call
CommandContext.invoke() in it's
CommandInterceptor.intercept(CommandContext) method body |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.