Jake Buob
Jake Buob
Hi guys! Awesome lib, really excited to get it set up in my application! I was curious if it's possible to search for jobs by a parameter that looked in...
Full test case incoming, but this is to fix the situation that we were running into where if an anchor had a newline in it, it wouldn't convert the anchor....
This fixes #290 for me locally
Finishes #247
The same method, `find`, is used for both, which led to some confusion for me. Not sure if there's a better method name for the construction... `create` perhaps?
so instead of ``` javascript this.find('.foo').then(function(el) { el.find('.bar').then(function(el) { el.click('.lee'); }); }); ``` We could just have ``` javascript this.find('.foo').find('.bar').click('.lee'); ``` We could do this by adding say a find...
I want to be able to require a certain class outside of cucumber
Proxy to `this.invoke({ method: 'read', arguments: arguments })`
Add ability to supply an array of selectors or hash of elements to read them and turn into a key/value pair. Perhaps if an array of strings, assumes the selectors...