Class v125Domains
java.lang.Object
org.openqa.selenium.devtools.v125.v125Domains
- All Implemented Interfaces:
org.openqa.selenium.devtools.idealized.Domains
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.devtools.idealized.Events<?,?> events()org.openqa.selenium.devtools.idealized.Javascript<?,?> org.openqa.selenium.devtools.idealized.log.Loglog()org.openqa.selenium.devtools.idealized.Network<?,?> network()org.openqa.selenium.devtools.idealized.target.Targettarget()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openqa.selenium.devtools.idealized.Domains
disableAll
-
Constructor Details
-
v125Domains
public v125Domains(org.openqa.selenium.devtools.DevTools devtools)
-
-
Method Details
-
events
public org.openqa.selenium.devtools.idealized.Events<?,?> events()- Specified by:
eventsin interfaceorg.openqa.selenium.devtools.idealized.Domains
-
javascript
public org.openqa.selenium.devtools.idealized.Javascript<?,?> javascript()- Specified by:
javascriptin interfaceorg.openqa.selenium.devtools.idealized.Domains
-
network
public org.openqa.selenium.devtools.idealized.Network<?,?> network()- Specified by:
networkin interfaceorg.openqa.selenium.devtools.idealized.Domains
-
target
public org.openqa.selenium.devtools.idealized.target.Target target()- Specified by:
targetin interfaceorg.openqa.selenium.devtools.idealized.Domains
-
log
public org.openqa.selenium.devtools.idealized.log.Log log()- Specified by:
login interfaceorg.openqa.selenium.devtools.idealized.Domains
-