Uses of Class
org.openqa.selenium.devtools.v145.network.model.BlockPattern
Packages that use BlockPattern
-
Uses of BlockPattern in org.openqa.selenium.devtools.v145.network
Method parameters in org.openqa.selenium.devtools.v145.network with type arguments of type BlockPatternModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Network.setBlockedURLs(Optional<List<BlockPattern>> urlPatterns, Optional<List<String>> urls) Blocks URLs from loading.