Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
get all text showing on web page
#1
Not Solved
How can i get all text showing on web page (QTP 11)?
For example,
I want to get into array all the text that appears on the next web page:
http://m.facebook.com/.


I tried the following code without success...

Code:
set objpage = Browser("Facebook").Page("Facebook")

Set childobjdes = Description.Create()
childobjdes("micclass").value = "WebElement"
childobjdes("Visible").Value = true

set allobj = objpage.ChildObjects(childobjdes)
Reply


Messages In This Thread
get all text showing on web page - by daniel_QTP - 09-16-2012, 06:50 PM
RE: get all text showing on web page - by Ankesh - 09-17-2012, 12:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can QTP handle slick grid table in a web page qtplearner88 2 4,297 10-01-2019, 10:44 AM
Last Post: shilpi952
  DP Web Browser/Page issues rstimers 1 2,315 08-14-2015, 12:37 PM
Last Post: venkatesh9032
Question Capture Entire Web page through QTP learnQtptips 2 11,567 07-25-2013, 05:24 PM
Last Post: vinod123
  Read text from text file and save it into a variable in qtp arpan 3 12,140 06-19-2013, 08:34 PM
Last Post: arpan
  MsgBox not showing arescool 4 3,652 06-13-2013, 03:12 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)