Uses of Record Class
jp.co.moneyforward.autotest.actions.web.TableQuery.Term
Packages that use TableQuery.Term
-
Uses of TableQuery.Term in jp.co.moneyforward.autotest.actions.web
Methods in jp.co.moneyforward.autotest.actions.web that return TableQuery.TermMethods in jp.co.moneyforward.autotest.actions.web that return types with arguments of type TableQuery.TermModifier and TypeMethodDescriptionTableQuery.queryTerms()
Returns the value of thequeryTerms
record component.Methods in jp.co.moneyforward.autotest.actions.web with parameters of type TableQuery.TermConstructor parameters in jp.co.moneyforward.autotest.actions.web with type arguments of type TableQuery.TermModifierConstructorDescriptionTableQuery
(String tableName, String columnName, List<TableQuery.Term> queryTerms, BiFunction<List<com.microsoft.playwright.Locator>, List<com.microsoft.playwright.Locator>, List<com.microsoft.playwright.Locator>> normalizer) Creates an instance of aTableQuery
record class.