
|
If you were logged in you would be able to see more operations.
|
|
|
Watir
Created: 24/Oct/07 10:49 AM
Updated: 24/Nov/08 02:02 PM
|
|
| Component/s: |
HTML Controls
|
| Affects Version/s: |
1.5.2
|
| Fix Version/s: |
Next
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
1.
form_tests.patch (4 kb)
|
|
|
Form code needs to be cleaned up and adhere to the standard element or in this case noncontrolelement definition. This should fix the problem accessing forms by using something like:
ie.div(:name, 'foo').form(:name, 'bar')
which currently throws this exception:
WIN32OLERuntimeError: unknown property or method `forms'
HRESULT error code:0x80020006
Unknown name.
Unit test and updated html patch is attached to this ticket.
|
|
Description
|
Form code needs to be cleaned up and adhere to the standard element or in this case noncontrolelement definition. This should fix the problem accessing forms by using something like:
ie.div(:name, 'foo').form(:name, 'bar')
which currently throws this exception:
WIN32OLERuntimeError: unknown property or method `forms'
HRESULT error code:0x80020006
Unknown name.
Unit test and updated html patch is attached to this ticket. |
Show » |
| There are no comments yet on this issue.
|
|