use of com.twinsoft.convertigo.beans.statements.AbstractEventStatement in project convertigo by convertigo.
the class EventStatementGenerator method addInputMouse.
public void addInputMouse(String selectBy, String selectType, String tagName) {
String xpath = getXPath(tagName.toUpperCase(), selectBy, selectType);
AbstractEventStatement stat = new MouseStatement(xpath);
addStatement(stat);
}
Aggregations