blob: 3bba34b0fd821156de2c5cbfb288d1473c6be7af [file] [log] [blame]
<!--
@SCRIPT:
button.AXPerformAction(AXPress)
wait for AXFocusedUIElementChanged on AXButton
-->
<!DOCTYPE html>
<html>
<head>
<style>
</style>
</head>
<body>
<button id="button">Press Me</button>
</body>
</html>