Uses of Class
com.microsoft.playwright.Page.GetByRoleOptions
Packages that use Page.GetByRoleOptions
-
Uses of Page.GetByRoleOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.GetByRoleOptionsModifier and TypeMethodDescriptionPage.GetByRoleOptions.setChecked(boolean checked) An attribute that is usually set byaria-checkedor native<input type=checkbox>controls.Page.GetByRoleOptions.setDisabled(boolean disabled) An attribute that is usually set byaria-disabledordisabled.Page.GetByRoleOptions.setExact(boolean exact) Whethernameis matched exactly: case-sensitive and whole-string.Page.GetByRoleOptions.setExpanded(boolean expanded) An attribute that is usually set byaria-expanded.Page.GetByRoleOptions.setIncludeHidden(boolean includeHidden) Option that controls whether hidden elements are matched.Page.GetByRoleOptions.setLevel(int level) A number attribute that is usually present for rolesheading,listitem,row,treeitem, with default values for<h1>-<h6>elements.Option to match the accessible name.Option to match the accessible name.Page.GetByRoleOptions.setPressed(boolean pressed) An attribute that is usually set byaria-pressed.Page.GetByRoleOptions.setSelected(boolean selected) An attribute that is usually set byaria-selected.Methods in com.microsoft.playwright with parameters of type Page.GetByRoleOptions -
Uses of Page.GetByRoleOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.GetByRoleOptionsModifier and TypeMethodDescriptionPageImpl.getByRole(AriaRole role, Page.GetByRoleOptions options)