public class TestObjectBuilder
Constructor and description |
---|
TestObjectBuilder
(String objectId) |
Type Params | Return Type | Name and description |
---|---|---|
|
public TestObject |
build() |
|
public TestObjectBuilder |
setSelectorValue(SelectorMethod selectorMethod, String selectorValue) |
|
public TestObjectBuilder |
withImagePath(String path) |
|
public TestObjectBuilder |
withIsParentObjectShadowRootEqual(boolean val) |
|
public TestObjectBuilder |
withParentObject(TestObject parentObject) |
|
public TestObjectBuilder |
withProperties(List<TestObjectProperty> properties) |
|
public TestObjectBuilder |
withSelectorCollection(Map<SelectorMethod, String> selectorCollection) |
|
public TestObjectBuilder |
withSelectorMethod(SelectorMethod selectorMethod) |
|
public TestObjectBuilder |
withUseRelativeImagePathEqual(boolean val) |
|
public TestObjectBuilder |
withXPaths(List<TestObjectXpath> xpaths) |