Package io.webfolder.cdp.command
Interface MediaAsync
public interface MediaAsync
This domain allows detailed inspection of media elements
-
Method Details
-
disable
CompletableFuture<Void> disable()Disables the Media domain. -
enable
CompletableFuture<Void> enable()Enables the Media domain
-