Micro Focus QTP (UFT) Forums
Create Object - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Create Object (/Thread-Create-Object)



Create Object - khaderm - 05-15-2008

Hi,
Can anyone tell how to select and go to a browser using Create Object?
I need it to do in my frame work
kindly help me


RE: Create Object - Anshoo Arora - 06-05-2008

Code:
Set oIE = CreateObject("InternetExplorer.Application")
oIE.visible = True

What kind of framework are you planning to create?