06-29-2009, 06:58 PM
Try using FireEvent
or
Try changing the mouse events settings
Setting Number Indicates how mouse operations should be run. The value can be one of the following:
1 - Runs mouse operations using browser events.
2 - Runs mouse operations using the mouse.
Code:
WebButton("name:=Export").FireEvent "onmouseover"
WebButton("name:=Export").FireEvent "onclick"
or
Try changing the mouse events settings
Code:
Setting.WebPackage("ReplayType") = 2
WebButton("name:=Export").Click
Setting Number Indicates how mouse operations should be run. The value can be one of the following:
1 - Runs mouse operations using browser events.
2 - Runs mouse operations using the mouse.