Uses of Class
com.microsoft.playwright.Locator.GetByRoleOptions
Packages that use Locator.GetByRoleOptions
-
Uses of Locator.GetByRoleOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.GetByRoleOptionsModifier and TypeMethodDescriptionLocator.GetByRoleOptions.setChecked(boolean checked) An attribute that is usually set byaria-checkedor native<input type=checkbox>controls.Locator.GetByRoleOptions.setDisabled(boolean disabled) An attribute that is usually set byaria-disabledordisabled.Locator.GetByRoleOptions.setExact(boolean exact) Whethernameis matched exactly: case-sensitive and whole-string.Locator.GetByRoleOptions.setExpanded(boolean expanded) An attribute that is usually set byaria-expanded.Locator.GetByRoleOptions.setIncludeHidden(boolean includeHidden) Option that controls whether hidden elements are matched.Locator.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.Locator.GetByRoleOptions.setPressed(boolean pressed) An attribute that is usually set byaria-pressed.Locator.GetByRoleOptions.setSelected(boolean selected) An attribute that is usually set byaria-selected.Methods in com.microsoft.playwright with parameters of type Locator.GetByRoleOptionsModifier and TypeMethodDescriptionLocator.getByRole(AriaRole role, Locator.GetByRoleOptions options) -
Uses of Locator.GetByRoleOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.GetByRoleOptionsModifier and TypeMethodDescriptionLocatorImpl.getByRole(AriaRole role, Locator.GetByRoleOptions options) (package private) static StringLocatorUtils.getByRoleSelector(AriaRole role, Locator.GetByRoleOptions options)