File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,10 +74,7 @@ asyncio.run(main())
7474
7575``` python
7676result = scrappey.get(
77- url = " https://protected-site.com" ,
78- cloudflareBypass = True ,
79- premiumProxy = True ,
80- proxyCountry = " UnitedStates" ,
77+ url = " https://protected-site.com"
8178)
8279
8380if result[" data" ] == " success" :
@@ -143,8 +140,7 @@ result = scrappey.post(
143140``` python
144141result = scrappey.get(
145142 url = " https://site-with-captcha.com" ,
146- automaticallySolveCaptchas = True ,
147- alwaysLoad = [" recaptcha" , " hcaptcha" , " turnstile" ],
143+ automaticallySolveCaptchas = True
148144)
149145```
150146
@@ -203,8 +199,6 @@ Scrappey(
203199| ` request(options) ` | Send request with full options dict |
204200| ` create_session(**options) ` | Create a new session |
205201| ` destroy_session(session) ` | Destroy a session |
206- | ` list_sessions() ` | List all active sessions |
207- | ` is_session_active(session) ` | Check if session is active |
208202| ` browser_action(url, actions, **options) ` | Execute browser actions |
209203| ` screenshot(url, **options) ` | Capture screenshot |
210204
You can’t perform that action at this time.
0 commit comments