Hisa
Hisa
As a schema writer I want a big WARNING when I write a camelized identifier, i.e.: `field :someField` in order to avoid possible errors when querying/mutating the schema.
Hey devs. This is a feature request. I noticed that the `defbut` macro for `but` gherkin keyword is not implemented. If I'm not wrong this can be easily defined as...
THIS IS NOT AN ISSUE. Hey devs ... If you want to log your feature step by step similar to how Cucumber logs in Ruby, then you can use `FlexLogger`...
Hello, I started a headless chrome using this [Dockerfile](https://github.com/justinribeiro/dockerfiles/blob/master/chrome-headless/Dockerfile) and added the following config for Hound ```elixir config :hound, driver: "chrome_driver", port: 9222, ``` However as soon as Hound.start_session() is...
When I try to `find_element` but it fails the session is deleted. I see the following in my phantomjs logs ``` [DEBUG - 2017-04-26T13:42:16.751Z] Session [1cb88b10-2a86-11e7-8c7e-f14aa57cdeda] - _deleteClosingPage ``` The...