def __init__()

in src/nova_act/impl/playwright.py [0:0]


    def __init__(
        self,
        maybe_playwright: Playwright | None,
        starting_page: str,
        chrome_channel: str,
        headless: bool,
        extension_path: str,
        user_data_dir: str,
        profile_directory: str | None,
        cdp_endpoint_url: str | None,
        screen_width: int,
        screen_height: int,
        user_agent: str | None,
        record_video: bool,