
| Key: |
WTR-185
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Lauren
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Watir
Created: 29/Oct/07 11:39 AM
Updated: 24/Nov/08 02:04 PM
|
|
| Component/s: |
HTML Controls
|
| Affects Version/s: |
1.5.2
|
| Fix Version/s: |
Soon
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Issue Links:
|
Relationship
|
|
This issue Relates to:
|
|
WTR-182
impliement no_wait click for other me...
|
|
|
|
|
|
|
|
The command that I need to execute prior to a "Windows Internet
Explorer" window launching is to "set" a radio button.
$browser.radio(:id, "xxxxx").set
I know that when a button is clicked prior to a pop-up window...that a
'click_no_wait' method is required. Is there something similar for the
'set' function? I tried, "set_no_wait" and received an: "undefined
method 'set_no_wait'"
Expected: "set_no_wait" (or similar method name)
Actual: No such method or equivalent.
|
|
Description
|
The command that I need to execute prior to a "Windows Internet
Explorer" window launching is to "set" a radio button.
$browser.radio(:id, "xxxxx").set
I know that when a button is clicked prior to a pop-up window...that a
'click_no_wait' method is required. Is there something similar for the
'set' function? I tried, "set_no_wait" and received an: "undefined
method 'set_no_wait'"
Expected: "set_no_wait" (or similar method name)
Actual: No such method or equivalent.
|
Show » |
| There are no comments yet on this issue.
|
|