public class AjaxAwareInterceptor extends Object implements CommandInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
AjaxAwareInterceptor.PermissionDeniedException
Thrown when the Selenium wasn't able in given interval to call the given command with no SeleniumException with type of
Permission Denied catched.
|
| Constructor and Description |
|---|
AjaxAwareInterceptor() |
public void intercept(CommandContext ctx) throws CommandInterceptorException
Executes the command wrapped in exception handler.
Reacts to exceptions with 'Permission denied' type and try to reexecute the command in this situation.
Prints the exception stack trace to help identify the problematic commands.
intercept in interface CommandInterceptorCommandInterceptorExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.