Is there a way to click twice on the same object?

i want click on a hyperlink twice on the same object. so is there any property to click twice without writing another click statement.

for(int i in 1..2) {
  WebUI.click(...)
}

Thanks alot Russ :slight_smile: