Class IsImageLoaded
- java.lang.Object
-
- com.codeborne.selenide.Condition
-
- com.codeborne.selenide.conditions.IsImageLoaded
-
@ParametersAreNonnullByDefault public class IsImageLoaded extends Condition
-
-
Constructor Summary
Constructors Constructor Description IsImageLoaded()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(Driver driver, org.openqa.selenium.WebElement webElement)Check if given element matches this condition.static booleanisImage(Driver driver, org.openqa.selenium.WebElement webElement)-
Methods inherited from class com.codeborne.selenide.Condition
actualValue, and, applyNull, attribute, attribute, attributeMatching, be, because, cssClass, cssValue, exactOwnText, exactText, exactTextCaseSensitive, exactValue, getName, have, href, id, match, matchesText, matchText, missingElementSatisfiesCondition, name, negate, not, or, ownText, pseudo, pseudo, selectedText, text, textCaseSensitive, toString, type, value
-
-