Package com.vaadin.browserless.locator
Interface CommercialLocators
- All Superinterfaces:
GeneratedCommercialLocators,GeneratedLocators,Locators
Mixin offering typed locator entry points for commercial Vaadin components
(Charts, etc.).
Kept separate from Locators so that core-only consumers do not pull
commercial classes onto the compilation classpath — mirroring the existing
TesterWrappers / CommercialTesterWrappers split.
Most entries come from GeneratedCommercialLocators, which is emitted
by the locator annotation processor. Mix this into your own context subclass
or test class when you depend on commercial Vaadin components.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidHook for context-bound implementations to install Vaadin thread-locals before a locator is built.Methods inherited from interface com.vaadin.browserless.locator.GeneratedCommercialLocators
findChart, useMethods inherited from interface com.vaadin.browserless.locator.GeneratedLocators
findAccordion, findAnchor, findBigDecimalField, findButton, findCheckbox, findCheckboxGroup, findComboBox, findConfirmDialog, findContextMenu, findDatePicker, findDateTimePicker, findDecimalRangeSlider, findDecimalSlider, findDescriptionList, findDetails, findDialog, findDiv, findEmailField, findEmphasis, findGrid, findH1, findH2, findH3, findH4, findH5, findH6, findHr, findImage, findInput, findIntegerField, findIntegerRangeSlider, findIntegerSlider, findListBox, findListItem, findLoginForm, findLoginOverlay, findMenuBar, findMessageInput, findMessageList, findMultiSelectComboBox, findMultiSelectListBox, findNativeButton, findNativeDetails, findNativeLabel, findNotification, findNumberField, findOrderedList, findParagraph, findPasswordField, findPopover, findPre, findRadioButton, findRadioButtonGroup, findRangeInput, findRouterLink, findSelect, findSideNav, findSpan, findTabs, findTabSheet, findTextArea, findTextField, findTimePicker, findUnorderedList, findUpload, findVirtualList, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use
-
Method Details
-
activateLocatorContext
default void activateLocatorContext()Description copied from interface:LocatorsHook for context-bound implementations to install Vaadin thread-locals before a locator is built. Default is a no-op.- Specified by:
activateLocatorContextin interfaceGeneratedCommercialLocators- Specified by:
activateLocatorContextin interfaceGeneratedLocators- Specified by:
activateLocatorContextin interfaceLocators
-