chromium/chrome/test/data/chromedriver/frame_with_button.html

<!DOCTYPE html>
<html>
  <body>
    <button id="btn" onclick="alert('this is an alert')">alert</button>
  </body>
</html>