Class v112Javascript
- java.lang.Object
-
- org.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,BindingCalled>
-
- org.openqa.selenium.devtools.v112.v112Javascript
-
public class v112Javascript extends org.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,BindingCalled>
-
-
Constructor Summary
Constructors Constructor Description v112Javascript(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.StringextractPayload(BindingCalled event)protected org.openqa.selenium.devtools.Command<java.lang.Void>removeScriptToEvaluateOnNewDocument(ScriptIdentifier id)
-
-
-
Method Detail
-
enableRuntime
protected org.openqa.selenium.devtools.Command<java.lang.Void> enableRuntime()
- Specified by:
enableRuntimein classorg.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,BindingCalled>
-
disableRuntime
protected org.openqa.selenium.devtools.Command<java.lang.Void> disableRuntime()
- Specified by:
disableRuntimein classorg.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,BindingCalled>
-
doAddJsBinding
protected org.openqa.selenium.devtools.Command<java.lang.Void> doAddJsBinding(java.lang.String scriptName)
- Specified by:
doAddJsBindingin classorg.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,BindingCalled>
-
doRemoveJsBinding
protected org.openqa.selenium.devtools.Command<java.lang.Void> doRemoveJsBinding(java.lang.String scriptName)
- Specified by:
doRemoveJsBindingin classorg.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,BindingCalled>
-
enablePage
protected org.openqa.selenium.devtools.Command<java.lang.Void> enablePage()
- Specified by:
enablePagein classorg.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,BindingCalled>
-
disablePage
protected org.openqa.selenium.devtools.Command<java.lang.Void> disablePage()
- Specified by:
disablePagein classorg.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,BindingCalled>
-
addScriptToEvaluateOnNewDocument
protected org.openqa.selenium.devtools.Command<ScriptIdentifier> addScriptToEvaluateOnNewDocument(java.lang.String script)
- Specified by:
addScriptToEvaluateOnNewDocumentin classorg.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,BindingCalled>
-
removeScriptToEvaluateOnNewDocument
protected org.openqa.selenium.devtools.Command<java.lang.Void> removeScriptToEvaluateOnNewDocument(ScriptIdentifier id)
- Specified by:
removeScriptToEvaluateOnNewDocumentin classorg.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,BindingCalled>
-
bindingCalledEvent
protected org.openqa.selenium.devtools.Event<BindingCalled> bindingCalledEvent()
- Specified by:
bindingCalledEventin classorg.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,BindingCalled>
-
extractPayload
protected java.lang.String extractPayload(BindingCalled event)
- Specified by:
extractPayloadin classorg.openqa.selenium.devtools.idealized.Javascript<ScriptIdentifier,BindingCalled>
-
-