TabElement
Playwright element wrapper for<vaadin-tab> within a TabSheet or Tabs component.
Component Tag
vaadin-tab
Related Tags
vaadin-tabs- Parent tabs container
Constructor
Locator
required
Playwright locator for the
<vaadin-tab> elementStatic Factory Methods
getTabByText
Get a tab by visible text within a scope.Locator
Scope to search within (typically tabsheet or tabs element)
String
Tab text content
getSelectedTab
Get the currently selected tab within a scope.Locator
Scope to search within (typically tabsheet or tabs element)