I'm trying to verify that a button loacted within my test page has a 'disabled' attribute applied to it. Here is the code:
<button type="button" class="btn-1" data-type="plus" data-field="quantity" disabled="disabled">
How would I go about getting a handle on the 'disabled' attribute?
Many thanks for your help