Skip to content

Commit

Permalink
README: update impersonate parameter info
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed May 13, 2024
1 parent bb5d744 commit 47e5814
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ class Client:
Chrome: "chrome_99","chrome_100","chrome_101","chrome_104","chrome_105","chrome_106","chrome_108",
"chrome_107","chrome_109","chrome_114","chrome_116","chrome_117","chrome_118","chrome_119",
"chrome_120","chrome_123","chrome_124"
Safari: "safari_ios_17.2","safari_15.3","safari_15.5","safari_15.6.1","safari_16","safari_16.5","safari_17.2.1",
"safari_17.4.1"
Safari: "safari_ios_16.5","safari_ios_17.2","safari_15.3","safari_15.5","safari_15.6.1","safari_16",
"safari_16.5","safari_17.2.1","safari_17.4.1"
OkHttp: "okhttp_3.9","okhttp_3.11","okhttp_3.13","okhttp_3.14","okhttp_4.9","okhttp_4.10","okhttp_5"
Edge: "edge_99","edge_101","edge_120"
Edge: "edge_99","edge_101","edge_122"
follow_redirects (bool, optional): Whether to follow redirects. Default is True.
max_redirects (int, optional): Maximum redirects to follow. Default 20. Applies if `follow_redirects` is True.
verify (bool, optional): Verify SSL certificates. Default is True.
Expand Down

0 comments on commit 47e5814

Please sign in to comment.