public class ElementSelectorBuilder extends Object
| Constructor and Description |
|---|
ElementSelectorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ElementSelectorBuilder |
appendStepByAttr(String name,
String attrName,
String attrValue) |
ElementSelectorBuilder |
appendStepByName(String name) |
ElementSelectorBuilder |
appendStepByPos(String name,
int pos) |
ElementSelectorBuilder |
appendStepByPosAttr(String name,
int pos,
String attrName,
String attrValue) |
String |
toPercentEncodedString() |
String |
toString() |
public ElementSelectorBuilder appendStepByName(String name)
name - public ElementSelectorBuilder appendStepByAttr(String name, String attrName, String attrValue)
name - attrName - attrValue - public ElementSelectorBuilder appendStepByPos(String name, int pos)
name - pos - public ElementSelectorBuilder appendStepByPosAttr(String name, int pos, String attrName, String attrValue)
name - pos - attrName - attrValue - public String toPercentEncodedString()
Copyright © 2016. All rights reserved.