0

Is there a way to check for ellipsis on text or text that has been truncated using nightwatch. I tried to use browser.assert.ok(ref.offsetWidth < ref.scrollWidth) but it seems like Nightwatch does not have attributes offsetWidth nor scrollWidth. Has anyone encounter this before ?

K.U
  • 293
  • 1
  • 4
  • 15

1 Answers1

1

NightwatchJS by itself might not support this.

As far as I know, there is a possibility to do this using Javascript.

I remember doing something similar but don't have any code or example.

Raju
  • 2,299
  • 2
  • 16
  • 19