Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Click" not working
#2
Solved: 10 Years, 10 Months, 1 Week ago
Try using FireEvent
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.
Reply


Messages In This Thread
"Click" not working - by XeNoMoRpH - 06-29-2009, 06:20 PM
RE: "Click" not working - by ursvinod - 06-29-2009, 06:58 PM
RE: "Click" not working - by XeNoMoRpH - 06-29-2009, 09:44 PM
RE: "Click" not working - by Anshoo Arora - 06-30-2009, 02:38 AM
RE: "Click" not working - by XeNoMoRpH - 07-01-2009, 07:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation WebElement("WebElement").Click is not working sia sharma 7 23,377 09-28-2016, 08:58 PM
Last Post: supputuri
  Right Click On a Image and Click on a Link in WebElement RameshKrishnan 4 5,174 07-10-2013, 04:13 PM
Last Post: RameshKrishnan
  How do I left click on the right click menu in WinTreeView? RandomGrin 0 3,698 12-22-2012, 04:22 AM
Last Post: RandomGrin
  How do I left click on the Right click menu? RandomGrin 2 4,015 12-18-2012, 09:47 PM
Last Post: RandomGrin
  link click not working sia sharma 3 3,703 08-03-2012, 06:20 PM
Last Post: SteveS

Forum Jump:


Users browsing this thread: 1 Guest(s)