This is incorrect. The row method should work on Table objects just like other objects.
Workaround: use TableRow.new(table, :index, 1)
Description
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)
Fixed with commit 1345.