Quality is delighting customers
hai all,
How can i go back in Browser(with QTP).
Browser("xxx";).back is working in my system but in my lead system it is not working. Is there any other method.
Windows Shell object also not working
( I attached to images of the screen, in these i need to go from 1st img to 2nd img )
IE 8, windows 7
Tags:
Permalink Reply by Subbu on March 27, 2012 at 8:33pm Uday,
Try with WScript Sendkeys
Set WshShell = CreateObject ("WScript.Shell")
WshShell.SendKeys "%F" '% represents ALT key. and F for file menu
Here you need to find "Left" Arrow, if i find i will update here.
--Subbu.
Permalink Reply by Akhalesh Yadav on October 13, 2012 at 8:07pm As per mine if we have faced this type of problem with back then we can use
Browser("title:=.*").navigate "url " through this we can navigate at specified url either it is home page or other
correct me if m i wrong.
Director - Head of Global Test Center at Barclays
© 2013 Created by Quality Testing.