Type Alias WebTabApiElement

WebTabApiElement: HTMLElement & {
    tabApi?: WebElementTabApi;
}