@@ -20,6 +20,7 @@ Provides precompiled wheels:</br>
20
20
- [ Devices] ( #devices )
21
21
- [ Examples] ( #examples )
22
22
- [ II. AsyncClient] ( #ii-asyncclient )
23
+ - [ Disclaimer] ( #disclaimer )
23
24
24
25
## Installation
25
26
@@ -151,27 +152,19 @@ resp.url
151
152
152
153
##### Impersonate
153
154
154
- - Chrome: ` chrome_100 ` ,` chrome_101 ` ,` chrome_104 ` ,` chrome_105 ` ,` chrome_106 ` ,` chrome_107 ` ,` chrome_108 ` ,` chrome_109 ` ,` chrome_114 ` ,` chrome_116 ` ,` chrome_117 ` ,` chrome_118 ` ,` chrome_119 ` ,` chrome_120 ` ,` chrome_123 ` ,` chrome_124 ` ,` chrome_126 ` ,` chrome_127 ` ,` chrome_128 ` ,` chrome_129 ` ,` chrome_130 ` ,` chrome_131 `
155
+ - Chrome: ` chrome_100 ` ,` chrome_101 ` ,` chrome_104 ` ,` chrome_105 ` ,` chrome_106 ` ,` chrome_107 ` ,` chrome_108 ` ,` chrome_109 ` ,` chrome_114 ` ,` chrome_116 ` ,` chrome_117 ` ,` chrome_118 ` ,` chrome_119 ` ,` chrome_120 ` ,` chrome_123 ` ,` chrome_124 ` ,` chrome_126 ` ,` chrome_127 ` ,` chrome_128 ` ,` chrome_129 ` ,` chrome_130 ` ,` chrome_131 ` , ` chrome_133 `
155
156
156
157
- Edge: ` edge_101 ` ,` edge_122 ` ,` edge_127 ` , ` edge_131 `
157
158
158
159
- Safari: ` safari_ios_17.2 ` ,` safari_ios_17.4.1 ` ,` safari_ios_16.5 ` ,` safari_ios_18.1.1 ` , ` safari_15.3 ` ,` safari_15.5 ` ,` safari_15.6.1 ` ,` safari_16 ` ,` safari_16.5 ` ,` safari_17.0 ` ,` safari_17.2.1 ` ,` safari_17.4.1 ` ,` safari_17.5 ` ,` safari_18 ` ,` safari_18.2 ` , ` safari_ipad_18 `
159
160
160
161
- OkHttp: ` okhttp_3.9 ` ,` okhttp_3.11 ` ,` okhttp_3.13 ` ,` okhttp_3.14 ` ,` okhttp_4.9 ` ,` okhttp_4.10 ` ,` okhttp_5 `
161
162
162
- - Firefox: ` firefox_109 ` , ` firefox_117 ` , ` firefox_128 ` , ` firefox_133 `
163
+ - Firefox: ` firefox_109 ` , ` firefox_117 ` , ` firefox_128 ` , ` firefox_133 ` , ` chrome_135 `
163
164
164
165
##### Impersonate OS
165
166
166
- - Android: ` android `
167
-
168
- - iOS: ` ios `
169
-
170
- - Linux: ` linux `
171
-
172
- - Mac OS: ` macos `
173
-
174
- - Windows: ` windows `
167
+ - ` android ` , ` ios ` , ` linux ` , ` macos ` , ` windows `
175
168
176
169
#### Examples
177
170
@@ -276,3 +269,7 @@ if __name__ == "__main__":
276
269
logging.basicConfig(level = logging.INFO )
277
270
asyncio.run(main())
278
271
```
272
+
273
+ ## Disclaimer
274
+
275
+ This tool is for educational purposes only. Use it at your own risk.
0 commit comments