Package io.webfolder.cdp.session
Class Command
- java.lang.Object
-
- io.webfolder.cdp.session.Command
-
public class Command extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessibilitygetAccessibility()AnimationgetAnimation()ApplicationCachegetApplicationCache()BrowsergetBrowser()CacheStoragegetCacheStorage()CSSgetCSS()DatabasegetDatabase()DebuggergetDebugger()DeviceOrientationgetDeviceOrientation()DOMgetDOM()DOMDebuggergetDOMDebugger()DOMSnapshotgetDOMSnapshot()DOMStoragegetDOMStorage()EmulationgetEmulation()HeapProfilergetHeapProfiler()IndexedDBgetIndexedDB()InputgetInput()InspectorgetInspector()IOgetIO()LayerTreegetLayerTree()LoggetLog()MemorygetMemory()NetworkgetNetwork()OverlaygetOverlay()PagegetPage()ProfilergetProfiler()RuntimegetRuntime()SchemagetSchema()SecuritygetSecurity()ServiceWorkergetServiceWorker()StoragegetStorage()SystemInfogetSystemInfo()TargetgetTarget()TetheringgetTethering()TracinggetTracing()
-
-
-
Constructor Detail
-
Command
public Command(Session session)
-
-
Method Detail
-
getAccessibility
public Accessibility getAccessibility()
-
getAnimation
public Animation getAnimation()
-
getApplicationCache
public ApplicationCache getApplicationCache()
-
getBrowser
public Browser getBrowser()
-
getCacheStorage
public CacheStorage getCacheStorage()
-
getCSS
public CSS getCSS()
-
getDatabase
public Database getDatabase()
-
getDebugger
public Debugger getDebugger()
-
getDeviceOrientation
public DeviceOrientation getDeviceOrientation()
-
getDOM
public DOM getDOM()
-
getDOMDebugger
public DOMDebugger getDOMDebugger()
-
getDOMStorage
public DOMStorage getDOMStorage()
-
getEmulation
public Emulation getEmulation()
-
getHeapProfiler
public HeapProfiler getHeapProfiler()
-
getIndexedDB
public IndexedDB getIndexedDB()
-
getInput
public Input getInput()
-
getInspector
public Inspector getInspector()
-
getIO
public IO getIO()
-
getLayerTree
public LayerTree getLayerTree()
-
getLog
public Log getLog()
-
getMemory
public Memory getMemory()
-
getNetwork
public Network getNetwork()
-
getPage
public Page getPage()
-
getProfiler
public Profiler getProfiler()
-
getOverlay
public Overlay getOverlay()
-
getRuntime
public Runtime getRuntime()
-
getSchema
public Schema getSchema()
-
getSecurity
public Security getSecurity()
-
getServiceWorker
public ServiceWorker getServiceWorker()
-
getStorage
public Storage getStorage()
-
getSystemInfo
public SystemInfo getSystemInfo()
-
getTarget
public Target getTarget()
-
getTethering
public Tethering getTethering()
-
getTracing
public Tracing getTracing()
-
getDOMSnapshot
public DOMSnapshot getDOMSnapshot()
-
-