Package org.openqa.selenium.htmlunit
Class HtmlUnitInputProcessor.PointerHtmlUnitAction
- java.lang.Object
-
- org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.PointerHtmlUnitAction
-
- All Implemented Interfaces:
HtmlUnitInputProcessor.HtmlUnitAction
- Direct Known Subclasses:
HtmlUnitInputProcessor.PointerDownHtmlUnitAction
,HtmlUnitInputProcessor.PointerUpHtmlUnitAction
- Enclosing class:
- HtmlUnitInputProcessor
public abstract static class HtmlUnitInputProcessor.PointerHtmlUnitAction extends Object
-
-
Constructor Summary
Constructors Constructor Description PointerHtmlUnitAction(org.htmlunit.html.DomElement domElement, int button)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getButton()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.HtmlUnitAction
join, process
-
-