↓ 4 callersFunctionopen_workspace_invite_in_browser(
page,
invite_url: str,
*,
log: Callable[[str], None] | None = None,
)
platforms/chatgpt/workspace_join.py:194
↓ 3 callersFunction_advance_paypal_intermediate_pages(
page,
*,
timeout_ms: int,
log: Callable[[str], None],
max_steps: int = 6,
)
platforms/chatgpt/payment.py:2793
↓ 3 callersMethod_build_account(self, *, email: str, account_id: str = "", source: str, raw: dict[str, Any] | None = None)
core/outlook_email_mailbox.py:343
↓ 3 callersFunction_call_kiro_portal_operation(
operation: str,
body: dict,
*,
access_token: str,
session_token: str,
user_id: str,
platforms/kiro/switch.py:166
↓ 3 callersFunction_click_until_next_dom_target(
page,
*,
click_script: str,
next_script: str,
click_label: str,
next_label: str,
platforms/chatgpt/cpa_session.py:555