<body>
<div aria-hidden=true>
<button>A</button>
</div>
</body>
ProgramTest.clickButton "A"
Should the clickButton fail because its inside an aria-hidden=true element? I think that doesn't really make sense because isn't the button still visible on the page (even though hidden from accessibility tools) unless there is also CSS applied to hide it visually?