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 Detail

      • events

        Events<?,​?> events()
      • network

        Network<?,​?> network()
      • log

        Log log()
      • disableAll

        default void disableAll()