我有代码
<div class="button-wrapper">
<button class="continue enabled">Continue</button>
</div>
我正在使用 Angular JS e2e 测试。
我试图 element(by.buttonText('Continue')).click();
测试。仍然出现错误失败:
No element found using locator: by.buttonText("Continue")
任何帮助/建议?