Proxy configuration am I doing it wrong?
I am using playwrightcrawler and when I use this code its showing error ->
4 Replies
@Shine just advanced to level 1! Thanks for your contributions! 🎉
Someone will reply to you shortly. In the meantime, this might help:
other-emerald•6mo ago
what version of crawlee are you using? In 0.4.2 I have no problem with this.
Alternative. You can try passing the proxy parameter
{ server: 'http://per-context' }
to playwright.launch
as per this example - https://github.com/apify/crawlee-python/discussions/715GitHub
How to define the executeable_path? · apify crawlee-python · Discus...
Due to some reason, I hope the project can use a specific version:https://googlechromelabs.github.io/chrome-for-testing/
correct-apricotOP•6mo ago
I am using 0.4.3 version
it worked after i created a fresh project