有没有办法检查文本中的省略号或使用 nightwatch 截断的文本。我尝试使用browser.assert.ok(ref.offsetWidth < ref.scrollWidth)
,但似乎 Nightwatch 没有属性 offsetWidth 或 scrollWidth。有没有人遇到过这个?
问问题
45 次
有没有办法检查文本中的省略号或使用 nightwatch 截断的文本。我尝试使用browser.assert.ok(ref.offsetWidth < ref.scrollWidth)
,但似乎 Nightwatch 没有属性 offsetWidth 或 scrollWidth。有没有人遇到过这个?