Package org.openqa.selenium.devtools.v97
Class V97Domains
- java.lang.Object
-
- org.openqa.selenium.devtools.v97.V97Domains
-
- All Implemented Interfaces:
org.openqa.selenium.devtools.idealized.Domains
public class V97Domains extends java.lang.Object implements org.openqa.selenium.devtools.idealized.Domains
-
-
Constructor Summary
Constructors Constructor Description V97Domains(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()
-
-
-
Method Detail
-
events
public org.openqa.selenium.devtools.idealized.Events<?,?> events()
- Specified by:
events
in interfaceorg.openqa.selenium.devtools.idealized.Domains
-
javascript
public org.openqa.selenium.devtools.idealized.Javascript<?,?> javascript()
- Specified by:
javascript
in interfaceorg.openqa.selenium.devtools.idealized.Domains
-
network
public org.openqa.selenium.devtools.idealized.Network<?,?> network()
- Specified by:
network
in interfaceorg.openqa.selenium.devtools.idealized.Domains
-
target
public org.openqa.selenium.devtools.idealized.target.Target target()
- Specified by:
target
in interfaceorg.openqa.selenium.devtools.idealized.Domains
-
log
public org.openqa.selenium.devtools.idealized.log.Log log()
- Specified by:
log
in interfaceorg.openqa.selenium.devtools.idealized.Domains
-
-