Package com.pdfgate

Class GeneratePdfParams.ClickSelectorChainSetup

java.lang.Object
com.pdfgate.GeneratePdfParams.ClickSelectorChainSetup
Enclosing class:
GeneratePdfParams

public static final class GeneratePdfParams.ClickSelectorChainSetup extends Object
Configuration for click selector chains.
  • 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

      public Boolean 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.