Micro Focus QTP (UFT) Forums

Full Version: Create Object
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Code:
Set oIE = CreateObject("InternetExplorer.Application")
oIE.visible = True

What kind of framework are you planning to create?