History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WTR-238
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Sameh Abdelhamid
Votes: 0
Watchers: 0
Operations

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

.flash method

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


 Description  « Hide
.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

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.