Skip to content
mlabuda edited this page Feb 18, 2014 · 3 revisions

API / Abstract

  • Link / AbstractLink

Implementation(s)

  • DefaultLink

Usage

DefaultLink

Look up a link with text "RedDeer link"

Link link = new DefaultLink("RedDeer link");

Get text of the link

String text = link.getText(); 

Click on the link

link.click();
Clone this wiki locally