Index

A C D F G I M O S T W 
All Classes and Interfaces|All Packages

A

assertNoJsErrors() - Method in class in.virit.mopo.Mopo
Deprecated.
this method depends on dev mode, consider using Mopo.failOnClientSideErrors() ()} and Mopo.trackClientSideErrors() that use browser console.
assertNoJsErrors(Page) - Static method in class in.virit.mopo.Mopo
Deprecated.
this method depends on dev mode, consider using Mopo.failOnClientSideErrors() ()} and Mopo.trackClientSideErrors() that use browser console.

C

click(Locator) - Method in class in.virit.mopo.Mopo
A shorthand to click the referenced locator and to Mopo.waitForConnectionToSettle().
click(String) - Method in class in.virit.mopo.Mopo
A shorthand to click the referenced selector and to Mopo.waitForConnectionToSettle().
ComboBoxPw - Class in in.virit.mopo
Helper class to work with vaadin-combo-box component
ComboBoxPw(Locator) - Constructor for class in.virit.mopo.ComboBoxPw
Creates a ComboBox page object for the given locator.

D

DatePickerPw - Class in in.virit.mopo
A helper class to work with vaadin-date-picker component.
DatePickerPw(Locator) - Constructor for class in.virit.mopo.DatePickerPw
Creates a DatePicker page object for the given locator.
DateTimePickerPw - Class in in.virit.mopo
A helper class to work with vaadin-date-time-picker
DateTimePickerPw(Locator) - Constructor for class in.virit.mopo.DateTimePickerPw
Creates a DateTimePicker page object for the given locator.
driveIn(Locator, Runnable) - Method in class in.virit.mopo.Mopo
Executes given task in a temporarily visible UI part, like a dialog or form.
driveIn(String, Runnable) - Method in class in.virit.mopo.Mopo
Executes given task in a temporarily visible UI part, like a dialog or form.

F

failOnClientSideErrors() - Method in class in.virit.mopo.Mopo
Asserts that there are no client-side errors in the console.
filter(String) - Method in class in.virit.mopo.ComboBoxPw
Fills given filter to the combobox.
filterAndSelectFirst(String) - Method in class in.virit.mopo.ComboBoxPw
Searches for given term in the ComboBox and picks the first suggestion.

G

getCell(int) - Method in class in.virit.mopo.GridPw.RowPw
Gets the cell locator at the given index.
getCell(String) - Method in class in.virit.mopo.GridPw.RowPw
Gets the cell with the given header text.
getClientSideErrors() - Method in class in.virit.mopo.Mopo
Returns the list of console errors that have been logged since the Mopo.trackClientSideErrors() was called.
getDateInputString() - Method in class in.virit.mopo.DateTimePickerPw
Gets the string currently in the input field defining the date part.
getFirstVisibleRowIndex() - Method in class in.virit.mopo.GridPw
Returns the index of the first visible row
getInputString() - Method in class in.virit.mopo.DatePickerPw
Returns the raw string value in the field.
getLastVisibleRowIndex() - Method in class in.virit.mopo.GridPw
Returns the index of last visible row.
getRenderedRowCount() - Method in class in.virit.mopo.GridPw
Gets the total number of rows.
getRow(int) - Method in class in.virit.mopo.GridPw
Returns a RowPw helper representing the row defined by the given index.
getTimeInputString() - Method in class in.virit.mopo.DateTimePickerPw
Returns the string currently in the input defining the time part
getValue() - Method in class in.virit.mopo.DatePickerPw
Returns the value from the client side and parses it as LocalDate.
getValue() - Method in class in.virit.mopo.DateTimePickerPw
Gets the currently set value of the field and parses it as LocalDateTime.
getViewsReportedByDevMode(Browser, String) - Method in class in.virit.mopo.Mopo
Returns a list of routes/views(URLs) that Vaadin app in development mode contains.
GridPw - Class in in.virit.mopo
A helper class to work with the vaadin-grid component.
GridPw(Locator) - Constructor for class in.virit.mopo.GridPw
Creates a Grid page object for the given grid locator.
GridPw(Page) - Constructor for class in.virit.mopo.GridPw
Creates a Grid page object for the first grid on the page.
GridPw.RowPw - Class in in.virit.mopo
Represents a row in the vaadin-grid component.

I

in.virit.mopo - package in.virit.mopo
 
isRowInView(int) - Method in class in.virit.mopo.GridPw
Checks if the given row is in the visible viewport.

M

Mopo - Class in in.virit.mopo
General utilities for Playwright and Vaadin.
Mopo(Page) - Constructor for class in.virit.mopo.Mopo
Constructs a new Mopo for given page

O

openDropDown() - Method in class in.virit.mopo.ComboBoxPw
Clicks on the dropdown toggle button in the ComboBox to show the options.

S

scrollToIndex(int) - Method in class in.virit.mopo.GridPw
Scrolls the grid to the given index.
select() - Method in class in.virit.mopo.GridPw.RowPw
Selects the given row.
selectionDropdown() - Method in class in.virit.mopo.ComboBoxPw
Returns a locator for the combobox overlay that contains current suggestions
selectOption(String) - Method in class in.virit.mopo.ComboBoxPw
Selects a given option from currently open suggestions.
selectRow(int) - Method in class in.virit.mopo.GridPw
Selects the given row.
setValue(LocalDate) - Method in class in.virit.mopo.DatePickerPw
Sets the value of the field.
setValue(LocalDateTime) - Method in class in.virit.mopo.DateTimePickerPw
Sets the current value of this field

T

trackClientSideErrors() - Method in class in.virit.mopo.Mopo
Starts monitoring browser console and errors and collects those for further inspection (e.g.

W

waitForConnectionToSettle() - Method in class in.virit.mopo.Mopo
Waits until the client-server communication by Vaadin has settled.
waitForConnectionToSettle(Page) - Static method in class in.virit.mopo.Mopo
Waits until the client-server communication by Vaadin has settled.
waitForConnectionToSettle(Page, int) - Static method in class in.virit.mopo.Mopo
Waits until the client-server communication by Vaadin has settled.
A C D F G I M O S T W 
All Classes and Interfaces|All Packages