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 Accessibility
getAccessibility()
Animation
getAnimation()
ApplicationCache
getApplicationCache()
Browser
getBrowser()
CacheStorage
getCacheStorage()
CSS
getCSS()
Database
getDatabase()
Debugger
getDebugger()
DeviceOrientation
getDeviceOrientation()
DOM
getDOM()
DOMDebugger
getDOMDebugger()
DOMSnapshot
getDOMSnapshot()
DOMStorage
getDOMStorage()
Emulation
getEmulation()
HeapProfiler
getHeapProfiler()
IndexedDB
getIndexedDB()
Input
getInput()
Inspector
getInspector()
IO
getIO()
LayerTree
getLayerTree()
Log
getLog()
Memory
getMemory()
Network
getNetwork()
Overlay
getOverlay()
Page
getPage()
Profiler
getProfiler()
Runtime
getRuntime()
Schema
getSchema()
Security
getSecurity()
ServiceWorker
getServiceWorker()
Storage
getStorage()
SystemInfo
getSystemInfo()
Target
getTarget()
Tethering
getTethering()
Tracing
getTracing()
-
-
-
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()
-
-