Class V108Domains

  • All Implemented Interfaces:
    org.openqa.selenium.devtools.idealized.Domains

    public class V108Domains
    extends java.lang.Object
    implements org.openqa.selenium.devtools.idealized.Domains
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.devtools.idealized.Events<?,​?> events()  
      org.openqa.selenium.devtools.idealized.Javascript<?,​?> javascript()  
      org.openqa.selenium.devtools.idealized.log.Log log()  
      org.openqa.selenium.devtools.idealized.Network<?,​?> network()  
      org.openqa.selenium.devtools.idealized.target.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 Detail

      • V108Domains

        public V108Domains​(org.openqa.selenium.devtools.DevTools devtools)
    • Method Detail

      • 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