|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandInterceptorProxy
Allows to register command interceptors which wraps the invocation of commands giving Selenium commands new aspects.
| Method Summary | |
|---|---|
void |
registerInterceptor(CommandInterceptor interceptor)
Registers new interceptor |
CommandInterceptor |
unregisterInterceptor(CommandInterceptor interceptor)
Unregisters the inceptor by reference |
Set<CommandInterceptor> |
unregisterInterceptorType(Class<? extends CommandInterceptor> type)
Unregisters all of the interceptors of given type |
| Method Detail |
|---|
void registerInterceptor(CommandInterceptor interceptor)
interceptor - to registerCommandInterceptor unregisterInterceptor(CommandInterceptor interceptor)
interceptor - the interceptor by reference
Set<CommandInterceptor> unregisterInterceptorType(Class<? extends CommandInterceptor> type)
type - the type of interceptors to unregister
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||