Jake Buob

Results 10 issues of 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....

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

enhancement
simple

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

enhancement