docs: backport runnable code example fixes to v3 versioned docs#1004
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1004 +/- ##
=======================================
Coverage 91.61% 91.61%
=======================================
Files 49 49
Lines 3171 3171
=======================================
Hits 2905 2905
Misses 266 266
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Pijukatel
approved these changes
Jun 19, 2026
Scrapling's AsyncDynamicSession rejects a per-fetch proxy on a reused session
("Browser not initialized for proxy rotation mode"). Set the Apify Proxy URL on
the session at construction instead; Apify Proxy rotates the exit IP on its own.
Applied to both the current and the v3.4 versioned docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports the documentation fixes from #1002 into the v3 versioned docs (
website/versioned_docs/version-3.4/). The original PR only updated the next (docs/) docs, so the released v3 guides were left out of sync.The changes were applied by extracting #1002's diff and re-pointing it at the versioned tree. Every touched file is now byte-identical to its
docs/counterpart.What it carries over:
code/04_selenium_proxy.py).Actor.fail.