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

Key: WET-190
Type: Bug Bug
Status: In Progress In Progress
Priority: Major Major
Assignee: shruthi
Reporter: Venugopal S Shenoy
Votes: 0
Watchers: 0
Operations

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

Access for Nested Innermost Tables are NOT as per the DOM structure...

Created: 22/Aug/06 02:21 AM   Updated: 19/Jul/07 08:17 AM
Component/s: Native watir object model
Affects Version/s: 0.9.8_beta1
Fix Version/s: 1.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Consider two tables nested one inside another. As per the normal DOM structure, the access to the object inside should be done as follows:

Browser(....).Table(<Outer Table>).Table(<Inner Table>).Button(.....).

But this gives an error.


    Instead right now, the inner table can be (and this is the only way) accessed directly as given below.

Browser(....).Table(<Inner Table>).Button(.....).


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