I'm using watir-classic 4.1.0 and IE11, but the issue happens with IE10 as
well.
The HTML5 email element is a text_field with format checking to make sure the
text entered is a valid email address format. watir-classic can't find these
elements in IE10 or IE11, but can in IE9.
Here's an example:
http://redstamp.ca/
The email field for signing up for the newsletter has the following HTML:
<input name="EMAIL" class="required email" id="mce-EMAIL" type="email"
placeholder="EMAIL ADDRESS" value=""/>
>From my irb session:
b = Watir::Browser.find(:url, /redstamp/)
b.text_field(:name => 'EMAIL').exists?
=> false
(this returns true in IE9)
---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-classic/issues/68
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development