stuart / elixir-webdriver

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

I fixed several dependencies, also made it compatible with Elixir 1.2 #36

Open dmilith opened 8 years ago

dmilith commented 8 years ago

You can skip commit with changed dependencies to explicit versions, but it was required for me to get latest and working versions of all dependencies.

stuart commented 8 years ago

Thanks. I will get this merged soon. I'm experimenting with using HTTPoison instead of HTTPotion because the ibrowse dependency has been a pain.

dmilith commented 8 years ago

I fixed iBrowse dependencies as well in https://github.com/VerKnowSys/ibrowse

lessless commented 7 years ago

@dmilith @stuart any plans to merge this soon?