const classafBounce::Link
sys::Obj afBounce::Element afBounce::Link
(HTML Element) Represents an anchor element <a>
.
Because form (submit) buttons are often used as links, Link
may also represent a SubmitButton
. Clicking a button will submit the enclosing form.
- click
ButterResponse click()
Sends a GET request to the Bed App with the uri from the
href
attribute.- href
Uri href()
Returns the
href
attribute.- makeFromCss
new makeFromCss(Str cssSelector)
- verifyHrefEq
Void verifyHrefEq(Obj expected)
Verify that the value of the href is equal to the given.