标签: javascript protractor
我期待选择器
element(by.css('html:not([data-spellcheck="false"])')) // or element(by.css('*:not([data-spellcheck="false"])'))
返回没有数据属性data-spellcheck="false"的任何元素,但它不起作用。我该怎么改变它?
data-spellcheck="false"