def __init__()

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


    def __init__(
        self,
        starting_page: str,
        *,
        user_data_dir: str | None = None,
        clone_user_data_dir: bool = True,
        profile_directory: str | None = None,
        extension_path: str | None = None,
        screen_width: int = DEFAULT_SCREEN_WIDTH,
        screen_height: int = DEFAULT_SCREEN_HEIGHT,
        headless: bool = False,
        chrome_channel: str | None = None,
        nova_act_api_key: str | None = None,
        playwright_instance: Playwright | None = None,
        endpoint_name: str = DEFAULT_ENDPOINT_NAME,
        tty: bool = True,
        cdp_endpoint_url: str | None = None,
        user_agent: str | None = None,
        logs_directory: str | None = None,
        record_video: bool = False,
        go_to_url_timeout: int | None = None,