Class V85Javascript

    • Constructor Summary

      Constructors 
      Constructor Description
      V85Javascript​(org.openqa.selenium.devtools.DevTools devtools)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.openqa.selenium.devtools.Command<ScriptIdentifier> addScriptToEvaluateOnNewDocument​(java.lang.String script)  
      protected org.openqa.selenium.devtools.Event<BindingCalled> bindingCalledEvent()  
      protected org.openqa.selenium.devtools.Command<java.lang.Void> disablePage()  
      protected org.openqa.selenium.devtools.Command<java.lang.Void> disableRuntime()  
      protected org.openqa.selenium.devtools.Command<java.lang.Void> doAddJsBinding​(java.lang.String scriptName)  
      protected org.openqa.selenium.devtools.Command<java.lang.Void> doRemoveJsBinding​(java.lang.String scriptName)  
      protected org.openqa.selenium.devtools.Command<java.lang.Void> enablePage()  
      protected org.openqa.selenium.devtools.Command<java.lang.Void> enableRuntime()  
      protected java.lang.String extractPayload​(BindingCalled event)  
      protected org.openqa.selenium.devtools.Command<java.lang.Void> removeScriptToEvaluateOnNewDocument​(ScriptIdentifier id)  
      • Methods inherited from class org.openqa.selenium.devtools.idealized.Javascript

        addBindingCalledListener, addJsBinding, disable, pin, removeJsBinding
      • Methods inherited from class java.lang.Object

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

      • V85Javascript

        public V85Javascript​(org.openqa.selenium.devtools.DevTools devtools)
    • Method Detail

      • enableRuntime

        protected org.openqa.selenium.devtools.Command<java.lang.Void> enableRuntime()
        Specified by:
        enableRuntime in class org.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,​BindingCalled>
      • disableRuntime

        protected org.openqa.selenium.devtools.Command<java.lang.Void> disableRuntime()
        Specified by:
        disableRuntime in class org.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,​BindingCalled>
      • doAddJsBinding

        protected org.openqa.selenium.devtools.Command<java.lang.Void> doAddJsBinding​(java.lang.String scriptName)
        Specified by:
        doAddJsBinding in class org.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,​BindingCalled>
      • doRemoveJsBinding

        protected org.openqa.selenium.devtools.Command<java.lang.Void> doRemoveJsBinding​(java.lang.String scriptName)
        Specified by:
        doRemoveJsBinding in class org.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,​BindingCalled>
      • enablePage

        protected org.openqa.selenium.devtools.Command<java.lang.Void> enablePage()
        Specified by:
        enablePage in class org.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,​BindingCalled>
      • disablePage

        protected org.openqa.selenium.devtools.Command<java.lang.Void> disablePage()
        Specified by:
        disablePage in class org.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,​BindingCalled>
      • addScriptToEvaluateOnNewDocument

        protected org.openqa.selenium.devtools.Command<ScriptIdentifier> addScriptToEvaluateOnNewDocument​(java.lang.String script)
        Specified by:
        addScriptToEvaluateOnNewDocument in class org.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,​BindingCalled>
      • removeScriptToEvaluateOnNewDocument

        protected org.openqa.selenium.devtools.Command<java.lang.Void> removeScriptToEvaluateOnNewDocument​(ScriptIdentifier id)
        Specified by:
        removeScriptToEvaluateOnNewDocument in class org.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,​BindingCalled>
      • bindingCalledEvent

        protected org.openqa.selenium.devtools.Event<BindingCalled> bindingCalledEvent()
        Specified by:
        bindingCalledEvent in class org.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,​BindingCalled>
      • extractPayload

        protected java.lang.String extractPayload​(BindingCalled event)
        Specified by:
        extractPayload in class org.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,​BindingCalled>