假设在编写或验证测试时,命令代码为:
pToggleMyCoolToggle: function () {
var selectors = this.elements;
return this
.getEl(selectors.myCoolCheckbox.selector)
.moveToEl(selectors.myCoolCheckbox.selector)
.clickEl(selectors.myCoolCheckbox.selector);
}
浏览器上的这个元素如何使用 CSS 以轮廓显示:
outline: 3px dotted orange
通过在上面的命令中添加一些代码,使用 Magellan / Nightwatch 中的方法?