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