Questions tagged [hound]

Use this tag for questions related to the Hound integration testing Elixir module.

18 questions
0
votes
1 answer

Unable to load a page using Hound in Elixir

I'm trying to request a page and inspect it but I get: ** (exit) exited in: GenServer.call(Hound.SessionServer, {:change_session0.100.0>, :default, []}, 60000) ** (EXIT) an exception was raised: ** (MatchError) no match of right hand side value:…
Meji
  • 977
  • 2
  • 8
  • 10
0
votes
1 answer

problems with Scraping a Website with Elixir

I'm trying to get a simple hound test working with my app, I figured out its an error with selenium. This is the code: In mix.exs: defmodule Scraper.Mixfile do use Mix.Project def project do [app: :scraper, version: "0.0.1", …
Luis Angel
  • 93
  • 5
-1
votes
1 answer

Loading ChromeDriver Extensions or Proxy ChromeDriver and Elixir

I am writing a web scraper that I am trying to proxy, but can't quite figure out how to do it in Elixir. I am using Hound running on top of a headless ChromeDriver. I purchased some proxy IPs through https://luminati.io and they offer both a chrome…
1
2