Uses of Class
org.openqa.selenium.devtools.v141.storage.model.SharedStorageEntry
Packages that use SharedStorageEntry
-
Uses of SharedStorageEntry in org.openqa.selenium.devtools.v141.storage
Methods in org.openqa.selenium.devtools.v141.storage that return types with arguments of type SharedStorageEntryModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<List<SharedStorageEntry>> Storage.getSharedStorageEntries(String ownerOrigin) Gets the entries in an given origin's shared storage.