Class BypassBehavior.Custom

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BypassBehavior.Custom

        BypassBehavior.Custom(Boolean useLastUA, Boolean skipCaptcha, Integer maxTryCount, Boolean clearCookies, DisplayType displayType, Boolean isRequired)
        Parameters:
        useLastUA - Remember last UserAgent.
        skipCaptcha - Reload every time a captcha is required.
        maxTryCount - Max number of redirects before an UserAgent reload.
        clearCookies - Clear all cookies each time the bypass is needed.
        displayType - Display type of the bypass screen
        isRequired - Disable the bypass creation
    • Method Detail