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

WebDriver client for Elixir.

Results 9 elixir-webdriver issues
Sort by recently updated
recently updated
newest added

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.

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:...

I installed phantomjs via brew on my local machine. I verified it is working with ``` [jonathan]: phantomjs -v 2.0.0 ``` I then ran webdriver and am getting this error:...

Simplify `.travis.yml` using native support for elixir `travis-ci`

Implement the session storage and local storage methods.

enhancement

Implement Touch event handling. This is already in the base protocol module, it needs to be added based on what the session capabilities return.

enhancement

Implement the various IME functions that WebDriver specifications allow.

enhancement

Implement the geolocation calls. Already done in the base protocol but without any browsers to test it on.

enhancement