Class v115Domains

java.lang.Object
org.openqa.selenium.devtools.v115.v115Domains
All Implemented Interfaces:
org.openqa.selenium.devtools.idealized.Domains

public class v115Domains extends Object implements org.openqa.selenium.devtools.idealized.Domains
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    org.openqa.selenium.devtools.idealized.Events<?,?>
     
    org.openqa.selenium.devtools.idealized.Javascript<?,?>
     
    org.openqa.selenium.devtools.idealized.log.Log
    log()
     
    org.openqa.selenium.devtools.idealized.Network<?,?>
     
    org.openqa.selenium.devtools.idealized.target.Target
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.openqa.selenium.devtools.idealized.Domains

    disableAll
  • Constructor Details

    • v115Domains

      public v115Domains(org.openqa.selenium.devtools.DevTools devtools)
  • Method Details

    • events

      public org.openqa.selenium.devtools.idealized.Events<?,?> events()
      Specified by:
      events in interface org.openqa.selenium.devtools.idealized.Domains
    • javascript

      public org.openqa.selenium.devtools.idealized.Javascript<?,?> javascript()
      Specified by:
      javascript in interface org.openqa.selenium.devtools.idealized.Domains
    • network

      public org.openqa.selenium.devtools.idealized.Network<?,?> network()
      Specified by:
      network in interface org.openqa.selenium.devtools.idealized.Domains
    • target

      public org.openqa.selenium.devtools.idealized.target.Target target()
      Specified by:
      target in interface org.openqa.selenium.devtools.idealized.Domains
    • log

      public org.openqa.selenium.devtools.idealized.log.Log log()
      Specified by:
      log in interface org.openqa.selenium.devtools.idealized.Domains