Collection |
Collection.activate(java.lang.String itemId) |
Activates an item by clicking it.
|
Collection |
Picker.collection() |
|
Collection |
Collection.deselectItem(java.lang.String... collectionItemID) |
Uses the 'right' function to deselect element based on the provided view.
|
Collection |
Collection.deselectThumbnailItem(java.lang.String... collectionItemID) |
De-selects the specified element based on the provided view, specific to a view
that renders a list of thumbnail items.
|
Collection |
Masonry.scrollToEnd() |
Scroll to the end of the masonry.
|
Collection |
Masonry.scrollToTop() |
Scroll to the top of the masonry.
|
Collection |
Collection.selectActionOnCollectionItem(java.lang.String collectionItemID,
java.lang.String actionTitle) |
Select an action on a specified collection item.
|
Collection |
Collection.selectItem(java.lang.String... collectionItemID) |
Uses the 'right' function to select element based on the provided view.
|
Collection |
Collection.selectThumbnailItem(java.lang.String... collectionItemID) |
Selects the specified element based on the provided view, specific to a view
that renders a list of thumbnail items.
|
Collection |
Collection.setAllItemsSelector(java.lang.String allItemsSelector) |
|
Collection |
Collection.setHasMoreElementsSelector(java.lang.String selector) |
|
Collection |
Collection.setItemSelectorPattern(java.lang.String itemSelectorPattern) |
|
Collection |
Collection.setLazyItemClass(java.lang.String selector) |
|
Collection |
Collection.setLazyLoadingSupported(boolean lazyLoadingSupported) |
|
Collection |
Collection.setPendingItemClass(java.lang.String cssClass) |
|
protected Collection |
Collection.toggleItem(com.codeborne.selenide.SelenideElement item) |
|
protected Collection |
Masonry.toggleItem(com.codeborne.selenide.SelenideElement item) |
|
Collection |
Collection.toggleSelectionItem(java.lang.String... collectionItemID) |
Toggle the item selection by clicking on its checkbox.
|
Collection |
Collection.waitForItem(java.lang.String itemId,
boolean reverse) |
Waits till an item with the provided id is present in the dom.
|
Collection |
Collection.waitForItemPreview(java.lang.String itemId) |
Waits for the preview of the item to exist.
|
Collection |
Collection.waitForLoadingItemAtIndex(int index) |
Wait until the collection item for the element with the provided index has its metadata loaded.
|