DEV Community

Cover image for What is an HTML Attribute | How to use WebdriverIO getAttribute function
Julia Pottinger
Julia Pottinger

Posted on

What is an HTML Attribute | How to use WebdriverIO getAttribute function

Attributes can be very useful in getting data that may be needed by a tester to verify specific sections of a an application. You can get the attribute value and verify that it changes based on certain actions.

In this tutorial I explain what are HTML Attributes as well as how to use the WebdriverIO getAttribute command in your tests.

Top comments (0)