Uses of Class
org.openqa.selenium.devtools.DevTools
-
Packages that use DevTools Package Description org.openqa.selenium.devtools org.openqa.selenium.devtools.idealized -
-
Uses of DevTools in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools that return DevTools Modifier and Type Method Description default DevTools
HasDevTools. getDevTools()
Methods in org.openqa.selenium.devtools that return types with arguments of type DevTools Modifier and Type Method Description java.util.Optional<DevTools>
HasDevTools. maybeGetDevTools()
Methods in org.openqa.selenium.devtools with parameters of type DevTools Modifier and Type Method Description Domains
CdpInfo. getDomains(DevTools devTools)
Constructor parameters in org.openqa.selenium.devtools with type arguments of type DevTools Constructor Description CdpInfo(int majorVersion, java.util.function.Function<DevTools,Domains> domains)
DevTools(java.util.function.Function<DevTools,Domains> protocol, Connection connection)
-
Uses of DevTools in org.openqa.selenium.devtools.idealized
Fields in org.openqa.selenium.devtools.idealized declared as DevTools Modifier and Type Field Description protected DevTools
Network. devTools
Constructors in org.openqa.selenium.devtools.idealized with parameters of type DevTools Constructor Description Events(DevTools devtools)
Javascript(DevTools devtools)
Network(DevTools devtools)
-