Requesting method to check if element is aria disabled
The method should check if the element has the attribute aria-disabled
and if the attribute value is true. If the element either has no attribute or the value is false, the method should return false.
Edited by Dylan Ansems