public class CheckBox extends UiElement
Constructor and Description |
---|
CheckBox(org.openqa.selenium.WebDriver driver,
String elementId) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSelected() |
void |
setSelected(boolean selected) |
getElement
execute, findElementByCss, findElementById, findElementByLink, findElementByName, findElementByXpath, getDriver
public CheckBox(org.openqa.selenium.WebDriver driver, String elementId)
Copyright © 2022. All rights reserved.