Skip to content

How to get Tab's attributes? #69

@gnyuan

Description

@gnyuan
tabs = browser.list_tab()
for tab in tabs:
    print(f"Tab atrrs: {tab.id} {tab.type}  {tab.status}  {tab.debug}")

I've just discovered that these attributes are functional. However, how can I retrieve other tab attributes such as the title and URL?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions