Open pronebird opened 9 years ago
Hi,
Is there any way to find a text on page? Something like browser.assert.text but without assertion.
browser.assert.text
Check out the source code and extract what you need: https://github.com/assaf/zombie/blob/master/src/assert.js#L195
Hi,
Is there any way to find a text on page? Something like
browser.assert.text
but without assertion.