1 Answer

0 votes
by
To verify whether an element is displayed on a webpage or not, we use isDisplayed() method in Protractor. isDisplayed() method returns a Boolean value based on the state of the element in a webpage. It returns true if the element is displayed and false if the element is not displayed.

Related questions

0 votes
asked Apr 5, 2021 in Protractor by Robindeniel
0 votes
asked Apr 5, 2021 in Protractor by Robindeniel
...