Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Button Click Issue
#1
Not Solved
Hi All,

Previously we used IE6 with QT9.1 but now with IE8 out we have got the QTP10 trial. My issue is alot of my files are not working with QTP10 and IE8 that had previously worked. The main problem stems from buttons in our webapp. When I am recording I am able to click on buttons but it does not 'press' them, do the desired action. When I click object spy it shows me the detail of the object. Why would recorder not be able to click this button when object spy identifies it as a button?

Thanks
Reply
#2
Not Solved
It could be due to the browser events. Before the click enter,
Code:
Settings.Webpackage("ReplayType") =2 ' Runs mouse operations using the mouse
'click code here...
Settings.Webpackage("ReplayType") =1
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
MyBB how can i automatically click ok button in msgbox popup test 11 24,037 07-12-2022, 11:50 PM
Last Post: akash warke
  no action on click for particular wpf button jlavrecka 1 1,257 05-21-2020, 11:33 PM
Last Post: jlavrecka
  Help for instruction to click on Skip button in the warning message vijilesh 0 1,364 09-16-2018, 03:48 PM
Last Post: vijilesh
  Unable to Click on Login Button Paurav 1 3,161 07-03-2014, 05:27 AM
Last Post: supputuri
  Right Click On a Image and Click on a Link in WebElement RameshKrishnan 4 5,142 07-10-2013, 04:13 PM
Last Post: RameshKrishnan

Forum Jump:


Users browsing this thread: 1 Guest(s)