Uses of Class
org.openqa.selenium.devtools.v102.network.model.PostDataEntry
-
Packages that use PostDataEntry Package Description org.openqa.selenium.devtools.v102.network.model -
-
Uses of PostDataEntry in org.openqa.selenium.devtools.v102.network.model
Methods in org.openqa.selenium.devtools.v102.network.model that return types with arguments of type PostDataEntry Modifier and Type Method Description java.util.Optional<java.util.List<PostDataEntry>>Request. getPostDataEntries()Request body elements.
-