Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP cannot identify my webpage
#3
Solved: 11 Years, 4 Months ago
Try

Code:
SystemUtil.Run "iexplore.exe", "http://bptest.wmic.ins/wps/portal/broker","","open"
strTitle = "\[QA\] Wawanesa Broker Portal"


' sync and get title of the initial page
With Browser("title:=" & strTitle).Page("title:=" & strTitle)
.Sync

MsgBox .GetROProperty("title")
End With


For example the following works

Code:
SystemUtil.Run "iexplore.exe", "http://www.seobook.com/video-google-seo-friendly-page-titles","","open"
strTitle = "\[Video\] Google \& SEO Friendly Page Titles \| SEO Book\.com"
With Browser("title:=" & strTitle).Page("title:=" & strTitle)
.Sync
MsgBox .GetROProperty("title")
End With
Reply


Messages In This Thread
QTP cannot identify my webpage - by Joel Abad - 04-20-2011, 07:58 PM
RE: QTP cannot identify my webpage - by Joel Abad - 04-20-2011, 09:44 PM
RE: QTP cannot identify my webpage - by mbnrguy - 04-21-2011, 03:09 AM
RE: QTP cannot identify my webpage - by Lakshman - 06-03-2011, 09:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  webpage WinObject has same name Ananthakumar_S 0 1,700 11-30-2016, 09:48 PM
Last Post: Ananthakumar_S
  Check specific links of a webpage rocky9 1 2,715 06-11-2015, 06:23 PM
Last Post: venkatesh9032
Exclamation How to verify whether pdf is completely loaded or not in webpage nmakkena 1 2,685 08-27-2014, 04:09 PM
Last Post: vinod123
  Handling .NET framework menu in webpage using QTP 10 vishnu1067 0 2,342 05-15-2014, 05:30 PM
Last Post: vishnu1067
  Comparing webtable data with weblist and webelements in other webpage arnav 1 5,816 04-18-2014, 10:01 PM
Last Post: Parke

Forum Jump:


Users browsing this thread: 2 Guest(s)