isDisplayed
Overview
Use the isDisplayed command to determine whether a given DOM element is displayed.
The command returns true if the selected DOM element is displayed; otherwise, it returns false.
warning
Unlike other element commands, Testplane will not wait for the element to exist before executing this command.
Usage
await browser.$(selector).isDisplayed();