stuart / elixir-webdriver

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

Capabilities handling #1

Closed stuart closed 11 years ago

stuart commented 11 years ago

Currently none of the capabilities are checked when a function is used. The session should check if the capability required is available before sending a request.

The negotiated capabilities need to be stored in the session.

stuart commented 11 years ago

Fixed in: https://github.com/stuart/elixir-webdriver/commit/d5b5850f83