Stuart Coyle

Results 8 comments of Stuart Coyle

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

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

This is a PhantomJS/GhostDriver issue https://github.com/detro/ghostdriver/issues/394

I have a WIP for this. I tried not removing the group and having retreating droids ignore most commands except hold. A few play tests convinced me that I like...

I get this: ``` elixir Interactive Elixir (1.0.1) - press Ctrl+C to exit (type h() ENTER for help) iex(1)> use TucoTuco.DSL :ok iex(2)> TucoTuco.start_session :test_browser, :tuco_test, :phantomjs {:ok, %TucoTuco.SessionPool.SessionPoolState{app_root: nil,...

You are right, the usual thing is to default to a text input. There's a bunch of other HTML5 input types too that could be considered fillable. I will have...

Firefox was dying because the plugin was out of date. I'm a bit stuck with Firefox versions as there are different versions of the webdriver.xpi plugin from Selenium that work...

Sorry for the delay. The project was on hold a bit whilst I had other pressing work to do and some holidays to take. I have now updated things to...