Uses of Class
org.openqa.selenium.devtools.v112.storage.model.SharedStorageEntry
-
Packages that use SharedStorageEntry Package Description org.openqa.selenium.devtools.v112.storage -
-
Uses of SharedStorageEntry in org.openqa.selenium.devtools.v112.storage
Methods in org.openqa.selenium.devtools.v112.storage that return types with arguments of type SharedStorageEntry Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.util.List<SharedStorageEntry>>Storage. getSharedStorageEntries(java.lang.String ownerOrigin)Gets the entries in an given origin's shared storage.
-