nightwatch.js - Using magellan-nightwatch, is there a way to assert some element is hidden / displayed? -


waitforelementpresent or waitforelementnotpresent won't work if element not showing on screen 1 of display: none, visible: hidden or opacity: 0.

(it should similar jasmine-jquery's expecting element tobehidden(). )

use .waitforelementvisible or .waitforelementnotvisible see if displayed or hidden


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -