Skip to content

Commit

Permalink
chg: Sync settings types with core.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jul 15, 2024
1 parent 10b3130 commit 4ec8d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylacus/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class CaptureSettings(TypedDict, total=False):
url: str | None
document_name: str | None
document: str | None
browser: str | None
browser: Literal['chromium', 'firefox', 'webkit'] | None
device_name: str | None
user_agent: str | None
proxy: str | dict[str, str] | None
Expand Down

0 comments on commit 4ec8d45

Please sign in to comment.