Package com.codeborne.selenide
Class SessionStorage
java.lang.Object
com.codeborne.selenide.SessionStorage
- All Implemented Interfaces:
Conditional<SessionStorage>
@ParametersAreNonnullByDefault
public class SessionStorage
extends Object
implements Conditional<SessionStorage>
-
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<SessionStorage>
- 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
-