First off: I'm using twitter bootstrap to create a JS modal. When the modal 
pops up, I can close it by (mouse) clicking on the following element:

<a class="btn" href="javascript:void(0);" data-dismiss="modal">Close</a>

The problem is, I can't do a .click on that element using watir-webdriver - 
it just blocks indefinitely. I can fire an onclick event, but that causes 
other issues. 

Any ideas why .click doesn't work? Any pointers on how to investigate whats 
going on?

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to