stuart / elixir-webdriver

WebDriver client for Elixir.
MIT License
120 stars 32 forks source link

Compilation failure in Elixir 1.2.2 #38

Open kerryb opened 8 years ago

kerryb commented 8 years ago

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!

stuart commented 8 years ago

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

kerryb commented 8 years ago

Excellent – thanks for the quick reply!