
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
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(.....).
|
|
Description
|
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(.....).
|
Show » |
| There are no comments yet on this issue.
|
|