Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP does not identify the IE menus like Tools, File, Edit and e.t.c
#2
Not Solved
Code:
to recgonize/action the IE menu items, use VB scripting.
Set objShell = CreateObject("WScript.Shell")
objShell.SendKeys "{PGDN}"  'page up
objShell.SendKeys "{F5}"  'Press F5 button Refresh
objShell.SendKeys "%{F4}"  'Close the currently activated window/browser

% represents Alt
+ represents Shift
^ represents Ctrl
Reply


Messages In This Thread
RE: QTP does not identify the IE menus like Tools, File, Edit and e.t.c - by tmcken - 05-03-2009, 09:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to edit a text in aParagraph shaan.mishra87@gmail.com 2 2,382 08-26-2016, 04:48 PM
Last Post: shaan.mishra87@gmail.com
  Click on IE10 tools --> f12 --> Comaptaibilty view to IE8 theology 2 3,648 12-20-2014, 10:03 PM
Last Post: theology
  Auto complete for Web Edit box branjitk 2 5,719 12-20-2014, 09:31 PM
Last Post: supputuri
  Could not able to click on 'Edit' Button in a Table kotaramamohana 3 3,368 09-26-2012, 07:40 PM
Last Post: krr
  QTP file compare - ignoring file structure Fede 3 5,033 02-17-2012, 02:48 AM
Last Post: Parke

Forum Jump:


Users browsing this thread: 1 Guest(s)