10.23.07

Watir 1.5.3 Released

Posted in Watir at 4:45 pm by Željko Filipin

Bug fixes and minor cleanup.

Read more at Watir wiki.

10.18.07

How Do I Get REXML Version Number?

Posted in Ruby at 9:00 am by Željko Filipin

10.17.07

Internet Explorer Puts map Tag inside head Tag

Posted in Bugs at 5:08 pm by Željko Filipin

I have ported Support for XPATH in Watir by Angrez Singh to wiki format. Take a look: XPath Support.

I was trying example from What to do for elements not having class in Watir section and for this HTML:

Watir always returned nil:

I asked Angrez am I doing something wrong and he replied to check if generated HTML (that is rendered in the browser) is the same as source HTML.

Brilliant!

There seems to be a bug in Internet Explorer 7 (IE). If you create HTML file with above HTML (only that code, do not add anything else) IE puts map tag inside head tag.

ie.PNG

Firefox 2 puts it inside body tag, of course.

ff.PNG

The workaround is to put map tag explicitly inside body tag.

« Previous entries · Next entries »