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 JSoupFinderJSoupFinder. byAttribute(String attributeName, String attrValue)JSoupFinderJSoupFinder. byCellType(String type)JSoupFinderJSoupFinder. byClassName(String className)JSoupFinderJSoupFinder. byCss(String cssSelector)JSoupFinderJSoupFinder. byDataAttribute(String attributeName, String attrValue)JSoupFinderJSoupFinder. byId(String id)JSoupFinderJSoupFinder. byTagName(String tagName)JSoupFinderJSoupTester. findByCss(String cssQuery)JSoupFinderJSoupTester. findById(String id)JSoupFinderJSoupFinder. get(int i)JSoupFinderJSoupTester. global()JSoupFinderJsoupTable. headerRow()JSoupFinderJsoupTable. 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 voidJSoupAssertions. assertDoesNotExist(JSoupFinder finder)static voidJSoupAssertions. assertExists(JSoupFinder finder)static voidJSoupAssertions. assertHasText(JSoupFinder finder, String text)Constructors in com.atlassian.confluence.it.jsoup with parameters of type JSoupFinder Constructor Description JsoupTable(JSoupFinder root)
-