nightwatchjs / nightwatch

Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
https://nightwatchjs.org
MIT License
11.75k stars 1.3k forks source link

Add `tagName` as an alias of `getTagName` in the new Element API #4175

Closed Ayush-Vish closed 2 months ago

Ayush-Vish commented 2 months ago

Description

The getTagName should have the following alias

The getTagName can be found in the lib/api/web-element/commands directory.

Suggested solution

No response

Alternatives / Workarounds

No response

Additional Information

No response