public class HtmlElementUtil extends Object
HtmlElement helper methods.| Constructor and Description |
|---|
HtmlElementUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.gargoylesoftware.htmlunit.Page |
click(com.gargoylesoftware.htmlunit.html.HtmlElement element)
Click on the supplied element.
|
public static com.gargoylesoftware.htmlunit.Page click(com.gargoylesoftware.htmlunit.html.HtmlElement element)
throws IOException
Waits for all executing JavaScript tasks to complete before returning.
element - The element to click.IOException - if an IO error occursCopyright © 2004–2015. All rights reserved.