()
| 171 | |
| 172 | // Returns number of [data-tab-id] elements currently in the DOM. |
| 173 | async tabCount(): Promise<number> { |
| 174 | return await this.page.locator("[data-tab-id]").count(); |
| 175 | } |
| 176 | |
| 177 | // Returns the active (current) tab element, or null if none. |
| 178 | activeTab(): Locator { |
no outgoing calls
no test coverage detected