Looking to turn a scraper into a Prefect flow - an...
# ask-community
m
Looking to turn a scraper into a Prefect flow - anyone got a Dockerfile handy that configures Prefect + Selenium and forces them to play nicely? (no specific issues yet, I just know Selenium is fussy as hell)
k
Hey @matta, I have used selenium but not with Prefect. I assume when you mean fussy, you mean including the webdriver right? That does seem like the trickier part of packaging the two. But I think as long as you download the webdriver and install it in the image, you should be fine?
m
Yeah, setting it up with a headless browser and everything.
Often requires very specific package versions (which sometimes break other things)