Class DefalultMultiInteractionHandler
java.lang.Object
org.apache.nutch.protocol.interactiveselenium.handlers.DefalultMultiInteractionHandler
- All Implemented Interfaces:
InteractiveSeleniumHandler
This is a placeholder/example of a technique or use case where we do multiple
interaction with the web driver and need data from each such interaction in the end. This code shows that after you have
done multiple interactions and accumulated data you can in the end append that to the driver.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessDriver(org.openqa.selenium.WebDriver driver) booleanshouldProcessURL(String URL)
-
Constructor Details
-
DefalultMultiInteractionHandler
public DefalultMultiInteractionHandler()
-
-
Method Details
-
processDriver
- Specified by:
processDriverin interfaceInteractiveSeleniumHandler
-
shouldProcessURL
- Specified by:
shouldProcessURLin interfaceInteractiveSeleniumHandler
-