
| Key: |
WTR-238
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Sameh Abdelhamid
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Watir
Created: 14/Aug/08 05:32 AM
Updated: 14/Aug/08 09:31 AM
|
|
| Component/s: |
FireWatir
|
| Affects Version/s: |
1.5.3,
1.5.4,
1.5.5,
1.5.6
|
| Fix Version/s: |
1.6.0
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Firewatir - MacOSX
|
|
|
.flash mehod does not work in Firewatir. Same code was tested in Watir (windows) and it works succesfully
The objects I have found work when i use the .click method. Which proves the object is being identified correctly. The object does "flash" yellow, when it is being clicked.
For example if you navigate to the google page:
@f ||= FireWatir::Firefox.new()
@f.button(:name,'btnG').click
(.click clicks the button and flashes yellow as it should
and
@f.button(:name,'btnG').flash
Does not work
Would be great if this feature was added
|
|
Description
|
.flash mehod does not work in Firewatir. Same code was tested in Watir (windows) and it works succesfully
The objects I have found work when i use the .click method. Which proves the object is being identified correctly. The object does "flash" yellow, when it is being clicked.
For example if you navigate to the google page:
@f ||= FireWatir::Firefox.new()
@f.button(:name,'btnG').click
(.click clicks the button and flashes yellow as it should
and
@f.button(:name,'btnG').flash
Does not work
Would be great if this feature was added |
Show » |
| There are no comments yet on this issue.
|
|