Uses of Class
com.microsoft.playwright.options.AriaRole
-
Packages that use AriaRole Package Description com.microsoft.playwright com.microsoft.playwright.assertions 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.assertions
Methods in com.microsoft.playwright.assertions with parameters of type AriaRole Modifier and Type Method Description default voidLocatorAssertions. hasRole(AriaRole role)Ensures theLocatorpoints to an element with a given ARIA role.voidLocatorAssertions. hasRole(AriaRole role, LocatorAssertions.HasRoleOptions options)Ensures theLocatorpoints to an element with a given ARIA role. -
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(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.
-