Package com.codeborne.selenide
Class LocalStorage
java.lang.Object
com.codeborne.selenide.LocalStorage
- All Implemented Interfaces:
Conditional<LocalStorage>
@ParametersAreNonnullByDefault
public class LocalStorage
extends Object
implements Conditional<LocalStorage>
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.codeborne.selenide.Conditional
driver, shouldHave, shouldHave, shouldNotHave, shouldNotHave
-
Method Details
-
object
- Specified by:
object
in interfaceConditional<LocalStorage>
- Returns:
- object under test
-
driver
-
containsItem
-
getItem
-
setItem
-
removeItem
-
clear
public void clear() -
size
@CheckReturnValue public int size() -
isEmpty
@CheckReturnValue public boolean isEmpty() -
toString
-
getItems
- Returns:
- all items in this storage
- Since:
- 5.23.0
-