Package com.pdfgate
Class GeneratePdfParams.ClickSelectorChainSetup
java.lang.Object
com.pdfgate.GeneratePdfParams.ClickSelectorChainSetup
- Enclosing class:
GeneratePdfParams
Configuration for click selector chains.
-
Constructor Summary
ConstructorsConstructorDescriptionClickSelectorChainSetup(Boolean ignoreFailingChains, List<GeneratePdfParams.ClickSelectorChain> chains) Creates a click selector chain setup. -
Method Summary
Modifier and TypeMethodDescriptionReturns the chains to execute, if provided.Returns whether failing chains are ignored.
-
Constructor Details
-
ClickSelectorChainSetup
public ClickSelectorChainSetup(Boolean ignoreFailingChains, List<GeneratePdfParams.ClickSelectorChain> chains) Creates a click selector chain setup.- Parameters:
ignoreFailingChains- whether to ignore failing chains.chains- the click selector chains.
-
-
Method Details
-
getIgnoreFailingChains
Returns whether failing chains are ignored.- Returns:
- whether failing chains are ignored.
-
getChains
Returns the chains to execute, if provided.- Returns:
- the chains to execute, if provided.
-