Class WKUserScriptInjectionTime


  • public final class WKUserScriptInjectionTime
    extends java.lang.Object
    [@enum] WKUserScriptInjectionTime when a user script should be injected into a webpage. [@constant] WKUserScriptInjectionTimeAtDocumentStart Inject the script after the document element has been created, but before any other content has been loaded. [@constant] WKUserScriptInjectionTimeAtDocumentEnd Inject the script after the document has finished loading, but before any subresources may have finished loading.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long End  
      static long Start  
    • Method Summary

      • Methods inherited from class java.lang.Object

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