elixir-webdriver icon indicating copy to clipboard operation
elixir-webdriver copied to clipboard

Compilation failure in Elixir 1.2.2

Open kerryb opened this issue 8 years ago • 2 comments

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!

kerryb avatar Feb 02 '16 17:02 kerryb

https://github.com/stuart/elixir-webdriver/pull/36 will fix this. It should be merged in the next few days.

stuart avatar Feb 02 '16 21:02 stuart

Excellent – thanks for the quick reply!

kerryb avatar Feb 03 '16 09:02 kerryb