Windows 8 & IE 10

190 views
Skip to first unread message

Tobias

unread,
Aug 30, 2012, 9:04:29 AM8/30/12
to wa...@googlegroups.com
Hi there,

yes, I'm still using the "old" watij...
While testing a migration to Windows 8 / IE10, I got a problem with select lists. HTML source says something like:
<select name="foo" tabindex="1">
<option value="29.08.12">29.08.12</option>
<option value="30.08.12" selected="selected">30.08.12</option>
<option value="31.08.12">31.08.12</option>
<option value="01.09.12">01.09.12</option>
</select>

This still works fine and gets me all the list data:
ie.selectlist(name, "foo").getAllContents();

But this is getting me a 0-Array:
ie.selectlist(name, "foo").getSelectedItems();

Confusing: Setting the selection works fine. I can't just get it.
Any ideas?

Thanks in advance.

Best regards,

Tobias G.

Tobias

unread,
Oct 12, 2012, 4:54:52 AM10/12/12
to wa...@googlegroups.com
Anyone?
Reply all
Reply to author
Forward
0 new messages