const classafBounce::Link

sys::Obj
  afBounce::Element
    afBounce::Link

(HTML Element) Represents a anchor element <a>.

click

Source

ButterResponse click()

Sends a GET request to the Bed App with the uri from the href attribute.

href

Source

Str href()

Returns the href attribute.

makeFromCss

Source

new makeFromCss(Str cssSelector)

verifyHrefEq

Source

Void verifyHrefEq(Obj expected)

Verify that the value of the href is equal to the given.