public class SeleniumPlugin
extends WebHarvestPlugin
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLUGIN_NAME |
| Constructor and Description |
|---|
SeleniumPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCapability(java.lang.String name,
java.lang.Object value) |
void |
addCleanupCallback(com.freedomoss.crowdcontrol.webharvest.plugin.selenium.SeleniumPlugin.CleanupCallback cleanupCallback) |
void |
addSecureEntry(SecureEntryDTO secureEntry) |
org.openqa.selenium.remote.DesiredCapabilities |
createCapability(Scraper scraper) |
Variable |
executePlugin(Scraper scraper,
ScraperContext context) |
java.lang.String[] |
getAttributeValueSuggestions(java.lang.String attr) |
java.lang.Class[] |
getDependantProcessors() |
java.lang.String |
getName() |
java.lang.String[] |
getRequiredAttributes() |
java.lang.String[] |
getValidAttributes() |
void |
initPluginVariables(Scraper scraper) |
public static final java.lang.String PLUGIN_NAME
public java.lang.String getName()
public java.lang.String[] getAttributeValueSuggestions(java.lang.String attr)
public java.lang.String[] getValidAttributes()
public java.lang.String[] getRequiredAttributes()
public java.lang.Class[] getDependantProcessors()
public Variable executePlugin(Scraper scraper,
ScraperContext context)
public void initPluginVariables(Scraper scraper)
public org.openqa.selenium.remote.DesiredCapabilities createCapability(Scraper scraper)
public void addCleanupCallback(com.freedomoss.crowdcontrol.webharvest.plugin.selenium.SeleniumPlugin.CleanupCallback cleanupCallback)
public void addSecureEntry(SecureEntryDTO secureEntry)
public void addCapability(java.lang.String name,
java.lang.Object value)