Hi,
I'm automating a Web application and I have a problem with the Fireevent ondblclick command in QTP 10.0.
The code line is this:
When executing the double click is done by QTP and a window opens as it should. But QTP keeps hanging on that line until I close the window manually.
I'm guessing it is because of the window somehow. The window seems to be in focus in Explorer.
Have anyone any idea why ?
I'm automating a Web application and I have a problem with the Fireevent ondblclick command in QTP 10.0.
The code line is this:
Code:
Browser("CommonSaaS").Window("Offer Selection -- Webpage").Page("Offer Selection").WebTable("html id:= DataTable_tblProduct").Object.rows(row_count-1).cells(1).Fireevent "ondblclick"When executing the double click is done by QTP and a window opens as it should. But QTP keeps hanging on that line until I close the window manually.
I'm guessing it is because of the window somehow. The window seems to be in focus in Explorer.
Have anyone any idea why ?

