-
- All Implemented Interfaces:
-
ai.platon.pulsar.crawl.EmulateEventHandler
public final class AmazonSearcherJsEventHandler extends AbstractEmulateEventHandler
-
-
Field Summary
Fields Modifier and Type Field Description private final Function1<String, Long>delayPolicyprivate Booleanverbose
-
Constructor Summary
Constructors Constructor Description AmazonSearcherJsEventHandler()
-
Method Summary
Modifier and Type Method Description Function1<String, Long>getDelayPolicy()BooleangetVerbose()UnitsetVerbose(Boolean verbose)ObjectonBeforeComputeFeature(WebPage page, WebDriver driver)-
Methods inherited from class ai.platon.pulsar.examples.sites.amazon.AmazonSearcherJsEventHandler
onAfterCheckDOMState, onAfterComputeFeature, onBeforeCheckDOMState -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDelayPolicy
Function1<String, Long> getDelayPolicy()
-
getVerbose
Boolean getVerbose()
-
setVerbose
Unit setVerbose(Boolean verbose)
-
onBeforeComputeFeature
Object onBeforeComputeFeature(WebPage page, WebDriver driver)
-
-
-
-