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 Link icon

    • events Link icon

      Events<?,?> events()
    • javascript Link icon

      Javascript<?,?> javascript()
    • network Link icon

      Network<?,?> network()
    • target Link icon

      Target target()
    • log Link icon

      Log log()
    • disableAll Link icon

      default void disableAll()