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

Feat: Add aliases for `getAttribute` in the new Element API. #4170

Closed Ayush-Vish closed 2 months ago

Ayush-Vish commented 3 months ago

Description

The getAttribute command should have the following alias

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

TODO

Suggested solution

No response

Alternatives / Workarounds

No response

Additional Information

No response

Ayush-Vish commented 2 months ago

@AutomatedTester Please have a look at this PR.