We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492c7a8 commit 49f720dCopy full SHA for 49f720d
src/browser_use_sdk/resources/tasks.py
@@ -1281,6 +1281,8 @@ async def _watch(
1281
task_id: str,
1282
interval: float = 1,
1283
*,
1284
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
1285
+ # The extra values given here take precedence over values defined on the client or passed to this method.
1286
extra_headers: Headers | None = None,
1287
extra_query: Query | None = None,
1288
extra_body: Body | None = None,
0 commit comments