Interface Domains
-
- All Known Implementing Classes:
NoOpDomains
public interface Domains
The idealized set of CDP domains that Selenium itself needs. Should you need domains from a specific version of the CDP, then depend upon that version of the CDP and use the domains directly.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
disableAll()
Events<?,?>
events()
Javascript<?,?>
javascript()
Log
log()
Network<?,?>
network()
Target
target()
-
-
-
Method Detail
-
events
Events<?,?> events()
-
javascript
Javascript<?,?> javascript()
-
network
Network<?,?> network()
-
target
Target target()
-
log
Log log()
-
disableAll
default void disableAll()
-
-