LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to obtain the window title of Internet Explorer?

Hi,

 

I am trying to write a LabVIEW program to open an Internet Explorer with specific address (through ActiveX IWebBrowser2) . After that, I would like to get the "Title" (Top left corner) of the IE back.

 

Now, I found that there is not a item like "Title" or "Front Panel Title". Instead, there are only URL or StatusText in the property node.

 

Is there a way to get the Title back?

 

Thanks,

 

Ryan

0 Kudos
Message 1 of 2
(2,103 Views)

Hi Ryan,

if you load an url, then you get the html file. You can parse the html source code for <title>.

 

Mike

0 Kudos
Message 2 of 2
(2,102 Views)