-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable,java.lang.constant.Constable
public enum FetchModeTODO: Auto detect fetch mode: first try native, and then try selenium, if there is no differences, use native mode TODO: FetchMode seems can be merged into BrowserType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWNNATIVESimple native fetcher, no script renderer/cookie supported
NATIVE_RENDERERNative renderer, for example, jbrowserdriver
BROWSERFetch every page using a real browser
AUTOChoose the fetcher automaticallyNot implemented
-
Method Summary
-
-
Method Detail
-
fromString
@NotNull() static FetchMode fromString(String s)
fromString.
- Parameters:
s- a java.lang.String object.
-
-
-
-