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