Class MouseEventHandler

java.lang.Object
jp.vmi.selenium.selenese.subcommand.MouseEventHandler
All Implemented Interfaces:
ArgumentInfo, ISubCommand<Void>

public class MouseEventHandler
extends Object
implements ISubCommand<Void>
Mouse event handler.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: ISubCommand
      Get sub-command name.
      Specified by:
      getName in interface ISubCommand<Void>
      Returns:
      sub-command name.
    • getArgumentTypes

      public ArgumentType[] getArgumentTypes()
      Description copied from interface: ISubCommand
      Get arguments of this sub-command.
      Specified by:
      getArgumentTypes in interface ISubCommand<Void>
      Returns:
      arguments of thie sub-command.
    • execute

      public Void execute​(Context context, String... args)
      Description copied from interface: ISubCommand
      Execute sub command.
      Specified by:
      execute in interface ISubCommand<Void>
      Parameters:
      context - Selenese Runner context.
      args - arguments.
      Returns:
      sub command result.
    • getArgumentCount

      public int getArgumentCount()
      Description copied from interface: ArgumentInfo
      Get argument count.
      Specified by:
      getArgumentCount in interface ArgumentInfo
      Returns:
      argument count.