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- 
eventsEvents<?,?> events()
- 
javascriptJavascript<?,?> javascript()
- 
networkNetwork<?,?> network()
- 
targetTarget target()
- 
logLog log()
- 
disableAlldefault void disableAll()
 
-