Uses of Class
com.atlassian.confluence.it.jsoup.JSoupFinder
-
Packages that use JSoupFinder Package Description com.atlassian.confluence.it.jsoup Wrapper classes around the JSoup parser in order to add CSS selector support. -
-
Uses of JSoupFinder in com.atlassian.confluence.it.jsoup
Methods in com.atlassian.confluence.it.jsoup that return JSoupFinder Modifier and Type Method Description JSoupFinder
JSoupFinder. byAttribute(String attributeName, String attrValue)
JSoupFinder
JSoupFinder. byCellType(String type)
JSoupFinder
JSoupFinder. byClassName(String className)
JSoupFinder
JSoupFinder. byCss(String cssSelector)
JSoupFinder
JSoupFinder. byDataAttribute(String attributeName, String attrValue)
JSoupFinder
JSoupFinder. byId(String id)
JSoupFinder
JSoupFinder. byTagName(String tagName)
JSoupFinder
JSoupTester. findByCss(String cssQuery)
JSoupFinder
JSoupTester. findById(String id)
JSoupFinder
JSoupFinder. get(int i)
JSoupFinder
JSoupTester. global()
JSoupFinder
JsoupTable. headerRow()
JSoupFinder
JsoupTable. root()
Methods in com.atlassian.confluence.it.jsoup that return types with arguments of type JSoupFinder Modifier and Type Method Description Iterable<JSoupFinder>
JsoupTable. allRows()
Iterator<JSoupFinder>
JSoupFinder. iterator()
Methods in com.atlassian.confluence.it.jsoup with parameters of type JSoupFinder Modifier and Type Method Description static void
JSoupAssertions. assertDoesNotExist(JSoupFinder finder)
static void
JSoupAssertions. assertExists(JSoupFinder finder)
static void
JSoupAssertions. assertHasText(JSoupFinder finder, String text)
Constructors in com.atlassian.confluence.it.jsoup with parameters of type JSoupFinder Constructor Description JsoupTable(JSoupFinder root)
-