Module: Selenium::DevTools::V85

Defined in:
rb/lib/selenium/devtools/v85.rb

Constant Summary collapse

METHODS_TO_CLASSES =
{
  accessibility: 'Accessibility',
  animation: 'Animation',
  application_cache: 'ApplicationCache',
  audits: 'Audits',
  background_service: 'BackgroundService',
  browser: 'Browser',
  css: 'CSS',
  cache_storage: 'CacheStorage',
  cast: 'Cast',
  dom: 'DOM',
  dom_debugger: 'DOMDebugger',
  dom_snapshot: 'DOMSnapshot',
  dom_storage: 'DOMStorage',
  database: 'Database',
  device_orientation: 'DeviceOrientation',
  emulation: 'Emulation',
  headless_experimental: 'HeadlessExperimental',
  io: 'IO',
  indexed_db: 'IndexedDB',
  input: 'Input',
  inspector: 'Inspector',
  layer_tree: 'LayerTree',
  log: 'Log',
  memory: 'Memory',
  network: 'Network',
  overlay: 'Overlay',
  page: 'Page',
  performance: 'Performance',
  security: 'Security',
  service_worker: 'ServiceWorker',
  storage: 'Storage',
  system_info: 'SystemInfo',
  target: 'Target',
  tethering: 'Tethering',
  tracing: 'Tracing',
  fetch: 'Fetch',
  web_audio: 'WebAudio',
  web_authn: 'WebAuthn',
  media: 'Media',
  console: 'Console',
  debugger: 'Debugger',
  heap_profiler: 'HeapProfiler',
  profiler: 'Profiler',
  runtime: 'Runtime',
  schema: 'Schema',
}.freeze