1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15

content / test / data / accessibility / mac / action / ax-press-button.html [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>