Open In App

How to test the name of tag of an element using Protractor ?

Protractor is an end-to-end test framework developed for Angular and AngularJS applications. It runs tests against the application interacting with it as a real user would, running in a real browser. In this article, we are going to test the name of the tag of an element.

Pre-requisite: Installation and Setup of Protractor



Approach:

Output:


Article Tags :