I created a clean Mix project (Elixir 1.2.2, Erlang 7.2.1, Mac OS X 10.11.3), and added webdriver as a dependency. Running mix deps.get and mix, I get the following error:
== Compilation error on file lib/webdriver/error.ex ==
** (CompileError) lib/webdriver/error.ex:75: the Access syntax and calls to Access.get/2 are not available for the value: WebDriver.Error.ErrorMessage
lib/webdriver/error.ex:74: (module)
I'm pretty new to Elixir, so I'm probably just doing something wrong – any help gratefully received!
I created a clean Mix project (Elixir 1.2.2, Erlang 7.2.1, Mac OS X 10.11.3), and added webdriver as a dependency. Running
mix deps.get
andmix
, I get the following error:I'm pretty new to Elixir, so I'm probably just doing something wrong – any help gratefully received!