Package com.shaft.gui.element.internal
Class Actions.GetElementInformation
java.lang.Object
com.shaft.gui.element.internal.Actions.GetElementInformation
- Enclosing class:
Actions
-
Method Summary
Modifier and TypeMethodDescriptiondomAttribute(@NonNull org.openqa.selenium.By locator, @NonNull String attributeName) domProperty(@NonNull org.openqa.selenium.By locator, @NonNull String propertyName) booleanisDisplayed(@NonNull org.openqa.selenium.By locator) booleanisEnabled(@NonNull org.openqa.selenium.By locator) booleanisSelected(@NonNull org.openqa.selenium.By locator) name(@NonNull org.openqa.selenium.By locator) selectedText(@NonNull org.openqa.selenium.By locator) text(@NonNull org.openqa.selenium.By locator)
-
Method Details
-
attribute
-
domAttribute
-
domProperty
-
name
-
text
-
selectedText
@Step("Get selected text") public String selectedText(@NonNull @NonNull org.openqa.selenium.By locator) -
cssValue
-
isDisplayed
@Step("Get is displayed") public boolean isDisplayed(@NonNull @NonNull org.openqa.selenium.By locator) -
isEnabled
@Step("Get is enabled") public boolean isEnabled(@NonNull @NonNull org.openqa.selenium.By locator) -
isSelected
@Step("Get is selected") public boolean isSelected(@NonNull @NonNull org.openqa.selenium.By locator)
-