public final class CheckboxUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isCheckboxChecked(com.atlassian.pageobjects.elements.PageElement element) |
static boolean |
isCheckboxChecked(org.openqa.selenium.WebElement element) |
static void |
setCheckbox(com.atlassian.pageobjects.elements.CheckboxElement checkbox,
boolean value) |
static void |
setCheckbox(com.atlassian.pageobjects.elements.PageElement checkbox,
boolean value) |
public static void setCheckbox(com.atlassian.pageobjects.elements.PageElement checkbox, boolean value)
public static void setCheckbox(com.atlassian.pageobjects.elements.CheckboxElement checkbox, boolean value)
public static boolean isCheckboxChecked(org.openqa.selenium.WebElement element)
public static boolean isCheckboxChecked(com.atlassian.pageobjects.elements.PageElement element)
Copyright © 2021 Atlassian. All rights reserved.