Package core.uiCore.webElement
Class ElementObject
java.lang.Object
core.uiCore.webElement.ElementObject
supporting 2 locator strategies: by, by2
- Author:
- CAEHMAT
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.openqa.selenium.By -
Constructor Summary
ConstructorsConstructorDescriptionElementObject(org.openqa.selenium.By by, String name) gets by value for elementsElementObject(org.openqa.selenium.By by, String name, String locator, Element.LocatorType locatorType) gets by value for elements -
Method Summary
-
Field Details
-
by
public org.openqa.selenium.By by -
name
-
locator
-
locatorType
-
-
Constructor Details
-
ElementObject
gets by value for elements- Parameters:
by-name-
-
ElementObject
public ElementObject(org.openqa.selenium.By by, String name, String locator, Element.LocatorType locatorType) gets by value for elements- Parameters:
by-name-
-
-
Method Details
-
withBy
-
withName
-