History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WTR-93
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Zeljko
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Watir

ie.divs.show not working

Created: 22/Aug/06 04:57 AM   Updated: 14/Oct/07 02:37 PM
Component/s: HTML Controls
Affects Version/s: 1.5.0/1.5.1
Fix Version/s: 1.6.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
Microsoft Windows XP Professional, Version: 5.1.2600, Service Pack: 2.0
ruby 1.8.4 (2006-04-14) [i386-mswin32]
watir-1.5.1.1065


 Description  « Hide
- go to irb

irb(main):001:0> require 'watir'
=> true
irb(main):002:0> ie = Watir::IE.start("http://www.yahoo.com/")
=> #<Watir::IE:0x2e54280
[...]
>
irb(main):003:0> ie.divs.show
index id className
1
2
[...]
74
75
=> nil

- only indexes are printed, all ids are empty
- this is snippet of html of that page (divs have ids)

[...]
<div id="page">
<div id="masthead">
<div id="mastheadhd">
<div id="eyebrow">
<div class="iemw" style="width:925px;"></div>
[...]

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.