.execute(selector => document.querySelector(selector).innerHTML,
[`${body}`], (result) => {
this
.assert.notEqual(result.value, `${status}`, `---> ${status} <---`);
});
.waitForElementPresent(`//span[normalize-space()="${name}"]`, `Button ${name} presented`)
leftButton: {
selector: '//span[normalize-space()="Analytics"]',
locateStrategy: 'xpath',
},
leftButton
in
.waitForElementPresent('@leftButton', `Button ${name} presented`)
--
You received this message because you are subscribed to the Google Groups "NightwatchJs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nightwatchjs...@googlegroups.com.
To post to this group, send email to nightw...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nightwatchjs/dcc5ac8d-4bf0-4af0-8218-c424cfc9b204%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.