-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable,java.lang.constant.Constable
public enum RetryScopeRetryScope class.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CRAWLRetry at crawl schedule level
JOBRetry at job schedule level
PROTOCOLRetry at fetch protocol, ignored in browser emulation mode
PRIVACYChange proxy and close all web drivers and retry
PROXYChange proxy and retry
WEB_DRIVERJust refresh or load again using web driver
BROWSERRetry inside browser, this can be done using javascript
-
Method Summary
Modifier and Type Method Description static Array<RetryScope>values()static RetryScopevalueOf(String name)-
-
Method Detail
-
values
static Array<RetryScope> values()
-
valueOf
static RetryScope valueOf(String name)
-
-
-
-