[feature] more "fetch method" #2796
Closed
toxic0berliner
started this conversation in
General
Replies: 2 comments
-
hmm unsure, i think just keep using playwright then :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well if it was playwright that was working I'd be happier with the preview and actions feature, but if you read playwright is the one method not working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version and OS
latest 2ddd3fe1b0c8 on docker
Is your feature request related to a problem? Please describe.
Fetching from Leboncoin using
WEBDRIVER_URL: http://browser-chrome:4444/wd/hub
works and stops working as soon as I addPLAYWRIGHT_DRIVER_URL: ws://sockpuppetbrowser:3000
as playwright gets blocked by an anti-robot solution.Describe the solution you'd like
Let me add a playwright_driver_url to use playwright when possible, to preview, or to help me filter the page and so on, but allow me to force a group of checks and a check itself to use the webdriver url and not the playwright url ?
Describe the use-case and give concrete real-world examples
Try fetching https://www.leboncoin.fr/recherche?text=humidificateur&shippable=1&owner_type=all&sort=time
You should see that you get blocked with playwright but can parse the results with only the webdriver_url set and a working chrome container.
Additional context
I'm new here so maybe I'm using the tool wrong, it's always a possibility ;-)
Beta Was this translation helpful? Give feedback.
All reactions