Skip to content

Instantly share code, notes, and snippets.

@vdabravolski
Created August 30, 2011 15:07
Show Gist options
  • Save vdabravolski/1181111 to your computer and use it in GitHub Desktop.
Save vdabravolski/1181111 to your computer and use it in GitHub Desktop.
IE issue of watir-webdriver
<!-- Source Code to reproduce issue on IE -->
<html>
<body>
<input onclick="alert('Button with Event was clicked');" type="button" value="Test Button"/>
<br>
<br>
<a href="" onclick="alert('Link with Event was clicked');"> Test Link</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment