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 Details
- 
events
Events<?,?> events() - 
javascript
Javascript<?,?> javascript() - 
network
Network<?,?> network() - 
target
Target target() - 
log
Log log() - 
disableAll
default void disableAll() 
 -