ReflowableWebGoLocation

data class ReflowableWebGoLocation(val href: Url, val progression: Progression? = null, val htmlId: HtmlId? = null, val cssSelector: CssSelector? = null, val textAnchor: TextAnchor? = null) : GoLocation

Constructors

Link copied to clipboard
constructor(href: Url, progression: Progression? = null, htmlId: HtmlId? = null, cssSelector: CssSelector? = null, textAnchor: TextAnchor? = null)
constructor(location: Location)
constructor(locator: Locator)

Properties

Link copied to clipboard
Link copied to clipboard
open override val href: Url
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard