Class KeyRange
java.lang.Object
org.openqa.selenium.devtools.v126.indexeddb.model.KeyRange
Key range.
-
Constructor Details
-
KeyRange
-
-
Method Details
-
getLower
Lower bound. -
getUpper
Upper bound. -
getLowerOpen
If true lower bound is open. -
getUpperOpen
If true upper bound is open.
-