Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UFT does not recognize IE9 download bar
#1
Not Solved
Hello All,

I am trying to automate file download in IE9.
I am using UFT 11.53 in Win7 environment.
I tried to capture IE9 download bar using object repository , Though it is capturing the object as navigation bar(Class : WinObject), it is not working when used in script.

I want to click the save button in the IE download bar.

I tried the following code , but it did not work .
According to one of the forms , the below code is said to click the save as button . It did not work for me.

code:

Code:
Set DeviceReplay = CreateObject("Mercury.DeviceReplay")
Browser("creationtime:=0").WinObject("nativeclass:=DirectUIHWND","regexpwndclass:=DirectUIHWND", "index:=0").highlight
Browser("creationtime:=0").WinObject("nativeclass:=DirectUIHWND","regexpwndclass:=DirectUIHWND", "index:=0").Clickontext "Save",,,,,true,micRightBtn,true
DeviceReplay.PressKey 208 'Presses 'down arrow' key
DeviceReplay.PressKey 30 'Presses 'a' key
Set DeviceReplay = Nothing


Please help.
Reply
#2
Not Solved
Hello,

Please try to find solution here

QTP/UFT Patches

This page contains list of all patches with respective versions of QTP/UFT. Very useful. You can bookmark it.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation UFT doesn't recognize object in SAP at first, but recognize it after i click debug CedricMab 3 6,392 02-06-2017, 07:09 PM
Last Post: nguyen4685
  Take Entire screen shot including scroll bar. venkatesh9032 0 1,760 12-26-2016, 06:14 PM
Last Post: venkatesh9032
  How to press the space bar with send keys method Hari Prasad 5 24,608 06-03-2016, 10:47 AM
Last Post: Vijayaragavan.thangam
  UFT Mobile recognize MobileLabel knil45 3 3,238 05-31-2016, 05:20 PM
Last Post: vinod123
  UFT11.5 is not identifying the objects in IE9. qtpexpert 1 2,730 03-19-2013, 11:59 AM
Last Post: gaveyom

Forum Jump:


Users browsing this thread: 1 Guest(s)