Skip to content

Instantly share code, notes, and snippets.

@oltarasenko
Last active April 19, 2021 11:35
Show Gist options
  • Save oltarasenko/7bacdebaa9effac58c63efe32eba2568 to your computer and use it in GitHub Desktop.
Save oltarasenko/7bacdebaa9effac58c63efe32eba2568 to your computer and use it in GitHub Desktop.
defmodule ChromeDriverFetcher do
@behaviour Crawly.Fetchers.Fetcher
def fetch(request, client_options) do
{:ok, %HTTPoison.Response{status_code: 200, body: "body", request_url: "url"}}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment