Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Controlling the Internet Explorer Information Bar.
#1
Solved: 10 Years, 9 Months ago Exclamation 
Hi Everyone,

I know this topic has been discussed in a separate thread but the requirements here are a bit different.

I am testing an application that is being pushed over the web. (It is a Java Web Start application). Every time I click on the link that invokes the application, Internet Explorer prompts whether I need to download the file and I have to say "Yes".

There is no way I can turn off the setting without violating the security policy.

So the question is, can I send click on the "Download" option on the IE information bar via QTP? (The IE information bar is recognized as a WebBtn object)

If so, a short example might help.

Thanks,
- Oskar
Reply
#2
Solved: 10 Years, 9 Months ago
OK So I have been able to solve the problem.

Code:
Browser("Information").Page("Information").Image("Login").Click
Browser("Information").WinButton("To help protect your security,").Click
Browser("Information").WinMenu("ContextMenu").Select "Download File..."
Browser("Information").Page("Page").Sync
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Scrambled characters in uft Solution Explorer Dwarak Calayampundi 0 1,433 05-25-2016, 05:02 AM
Last Post: Dwarak Calayampundi
  Object identified despite having no information mjt 1 1,898 09-14-2015, 08:25 PM
Last Post: mjt
  Internet Explorer has stopped working - UFT 12 and IE 11 rachana 1 7,425 06-13-2014, 03:30 PM
Last Post: vinod123
  Getting Window Explorer Crashed Error Sushanth V 0 2,016 10-21-2013, 09:29 PM
Last Post: Sushanth V
  get cell data and frame information excellentpawan 2 2,699 06-21-2013, 02:35 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)