Package 

Enum FetchMode

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable , java.lang.constant.Constable

    
    public enum FetchMode
    
                        

    TODO: 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
      UNKNOWN
      NATIVE

      Simple native fetcher, no script renderer/cookie supported

      NATIVE_RENDERER

      Native renderer, for example, jbrowserdriver

      BROWSER

      Fetch every page using a real browser

      AUTO

      Choose the fetcher automaticallyNot implemented

    • Method Summary

      Modifier and Type Method Description
      static FetchMode fromString(String s) fromString.
      static Array<FetchMode> values()
      static FetchMode valueOf(String name)
      • Methods inherited from class java.lang.constant.Constable

        describeConstable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait