JSoupElementFinder

class JSoupElementFinder(navigate: Navigate, getURL: GetURL, element: Element) : SearchContext

Constructors

Link copied to clipboard
constructor(navigate: Navigate, getURL: GetURL, element: Element)

Functions

Link copied to clipboard
open override fun findElement(by: By): WebElement?
Link copied to clipboard
open override fun findElements(by: By): List<WebElement>