public class MouseEventHandler extends Object implements ISubCommand<Void>
| Modifier and Type | Class and Description |
|---|---|
static class |
MouseEventHandler.MouseEventType |
| Constructor and Description |
|---|
MouseEventHandler(WebDriverElementFinder elementFinder,
MouseEventHandler.MouseEventType eventType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(Context context,
String... args)
Execute sub command.
|
ArgumentType[] |
getArgumentTypes()
Get arguments of this sub-command.
|
String |
getName()
Get sub-command name.
|
public MouseEventHandler(WebDriverElementFinder elementFinder, MouseEventHandler.MouseEventType eventType)
elementFinder - element finder.eventType - mouse event eventType.public String getName()
ISubCommandgetName in interface ISubCommand<Void>public ArgumentType[] getArgumentTypes()
ISubCommandgetArgumentTypes in interface ISubCommand<Void>public Void execute(Context context, String... args)
ISubCommandexecute in interface ISubCommand<Void>context - Selenese Runner context.args - arguments.Copyright © 2016. All rights reserved.