Uses of Class
com.microsoft.playwright.options.AriaRole
-
Packages that use AriaRole Package Description com.microsoft.playwright com.microsoft.playwright.impl com.microsoft.playwright.options -
-
Uses of AriaRole in com.microsoft.playwright
Methods in com.microsoft.playwright with parameters of type AriaRole Modifier and Type Method Description default LocatorFrame. getByRole(AriaRole role)LocatorFrame. getByRole(AriaRole role, Frame.GetByRoleOptions options)default LocatorFrameLocator. getByRole(AriaRole role)LocatorFrameLocator. getByRole(AriaRole role, FrameLocator.GetByRoleOptions options)default LocatorLocator. getByRole(AriaRole role)LocatorLocator. getByRole(AriaRole role, Locator.GetByRoleOptions options)default LocatorPage. getByRole(AriaRole role)LocatorPage. getByRole(AriaRole role, Page.GetByRoleOptions options) -
Uses of AriaRole in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type AriaRole Modifier and Type Method Description LocatorFrameImpl. getByRole(AriaRole role, Frame.GetByRoleOptions options)LocatorFrameLocatorImpl. getByRole(AriaRole role, FrameLocator.GetByRoleOptions options)LocatorLocatorImpl. getByRole(AriaRole role, Locator.GetByRoleOptions options)LocatorPageImpl. getByRole(AriaRole role, Page.GetByRoleOptions options)(package private) static java.lang.StringLocatorUtils. getByRoleSelector(AriaRole role, Locator.GetByRoleOptions options) -
Uses of AriaRole in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return AriaRole Modifier and Type Method Description static AriaRoleAriaRole. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AriaRole[]AriaRole. values()Returns an array containing the constants of this enum type, in the order they are declared.
-