public class CrawlActionsBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CrawlActionsBuilder.ExcludeByParentBuilder |
| Modifier and Type | Method and Description |
|---|---|
void |
click(String... tagNames)
Set of HTML elements Crawljax will click during crawling For exmple 1)
dontClick(String). |
CrawlElement |
click(String tagName)
Set of HTML elements Crawljax will click during crawling For exmple 1)
|
void |
clickDefaultElements()
Specifies that Crawljax should click all the default clickable elements.
|
CrawlElement |
dontClick(String tagName)
Set of HTML elements Crawljax will NOT click during crawling When an HTML is present in the
click and dontClick sets, then the element will not be clicked.
|
CrawlActionsBuilder.ExcludeByParentBuilder |
dontClickChildrenOf(String tagname)
Click no childer of the specified parent element.
|
public CrawlElement click(String tagName)
dontClick(String).tagName - the tag name of the elements to be includedpublic void click(String... tagNames)
dontClick(String). If
no clicks are specified, clickDefaultElements() is enabled.tagNames - the tag name of the elements to be includedpublic void clickDefaultElements()
public CrawlElement dontClick(String tagName)
tagName - the tag name of the elements to be excludedpublic CrawlActionsBuilder.ExcludeByParentBuilder dontClickChildrenOf(String tagname)
tagname - The tagname of which no children should be clicked.Copyright © 2007-2013. All Rights Reserved.