mojotech / pioneer

Integration Testing
MIT License
527 stars 35 forks source link

Add `read` (and maybe `click`) method(s) on lists #251

Open buob opened 10 years ago

buob commented 10 years ago

Proxy to this.invoke({ method: 'read', arguments: arguments })

samccone commented 10 years ago

so.. clickAll, readAll ?

buob commented 10 years ago

yeah, but why not just use the same name? If read is on a list, it should return an array. I just like that more than different names.