Issue Details (XML | Word | Printable)

Key: WTR-117
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Bret Pettichord
Reporter: Bret Pettichord
Votes: 7
Watchers: 2
Operations

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

Table.row is private

Created: 27/Nov/06 01:04 PM   Updated: 15/Nov/09 05:26 PM   Resolved: 02/Jun/08 06:47 PM
Component/s: Table
Affects Version/s: 1.5.0/1.5.1
Fix Version/s: 1.5.5


 Description  « Hide

table = ie.table(:index, 1)
row = table.row(:index, 1)

gives: row is a private method error.

This is incorrect. The row method should work on Table objects just like other objects.

Workaround: use TableRow.new(table, :index, 1)



Sort Order: Ascending order - Click to sort in descending order
Bret Pettichord added a comment - 02/Jun/08 06:47 PM

Fixed with commit 1345.


Charley Baker added a comment - 15/Nov/09 05:26 PM

done closing this.