public class Action extends Object
Constructor and Description |
---|
Action(String id,
String type,
String subtype)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
HtmlUnitInputProcessor.HtmlUnitAction |
buildHtmlUnitAction() |
Integer |
getButton() |
DomElement |
getDomElement() |
Integer |
getDuration() |
String |
getPointerType() |
String |
getValue() |
void |
setButton(int button) |
void |
setDomElement(DomElement domElement) |
void |
setDuration(int duration) |
void |
setPointerType(String pointerType) |
void |
setValue(String value) |
String |
toString() |
public Integer getDuration()
public void setDuration(int duration)
public String getValue()
public void setValue(String value)
public String getPointerType()
public void setPointerType(String pointerType)
public Integer getButton()
public void setButton(int button)
public DomElement getDomElement()
public void setDomElement(DomElement domElement)
public HtmlUnitInputProcessor.HtmlUnitAction buildHtmlUnitAction()
Copyright © 2022. All rights reserved.