Closed joshski closed 7 years ago
yeah that examples reads better. how could we use this kind of syntax to make semantic finders better?
browser.button('Continue').shouldExist()
@refractalize any thoughts?
browser.Has?
Sent from my iPhone
On 7 Feb 2017, at 08:42, Derek Ekins notifications@github.com wrote:
yeah that examples reads better. how could we use this kind of syntax to make semantic finders better?
browser.button('Continue').shouldExist()
@refractalize any thoughts?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
browser.shouldFindButton('Continue')
looks good, LGTM
I prefer this slightly more "tell don't ask" style, i.e.
...is equivalent to:
Plus it's a bit shorter. WDYT?