public class SeleniumWLabelWebElement extends SeleniumWComponentWebElement
| Constructor and Description |
|---|
SeleniumWLabelWebElement(org.openqa.selenium.WebElement element,
org.openqa.selenium.WebDriver driver)
Create a SeleniumWLabelWebElement from a generic WebElement.
|
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
getHint() |
SeleniumWComponentWebElement |
getLabelledComponent() |
boolean |
isHidden()
Indicates if the WLabel is "hidden".
|
boolean |
isReadOnly()
Is the label "for" a component in a read-only state?
|
clear, click, clickElementNoWait, clickNoWait, findElement, findElementImmediate, findElements, findElementsImmediate, getActiveId, getAttribute, getCssValue, getDriver, getElement, getLocation, getRect, getScreenshotAs, getSize, getTagName, getText, getUserContextForSession, isDisplayed, isEnabled, isSelected, sendKeys, sendKeys, submit, waitForPageReady, wrapElementpublic SeleniumWLabelWebElement(org.openqa.selenium.WebElement element,
org.openqa.selenium.WebDriver driver)
element - a generic WebElementdriver - the current WebDriver instancepublic SeleniumWComponentWebElement getLabelledComponent()
public org.openqa.selenium.WebElement getHint()
public boolean isReadOnly()
true if the label should be for a WComponent in a read-only state.public boolean isHidden()
isHidden in class SeleniumWComponentWebElementtrue if the label is 'hidden'.Copyright © 2024. All rights reserved.