Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP not able to identify my Browser, has anybody experienced this issue?
#7
Solved: 10 Years, 9 Months, 1 Week ago
Hi,
Don't go for so much properties to create a description, u can use

Dim URL: URL = "http://wasce.wasce.st/RBSIFCSM/"

Code:
Set obj_WebBrowser = Description.Create

Code:
obj_WebBrowser ("micclass").value = "Browser"
' Use the regular expression as the name displayed on your page what I 'had used is an exapmle.
    obj_WebBrowser ("name").value = "Microsoft Internet Explorer.*"


Code:
Set obj_WebPage = Description.Create  
    obj_WebPage ("micclass").value = "Page"

Set EnvironmentURL = Browser(obj_WebBrowser).Page(obj_WebPage)


Regards,
Sankalp
Reply


Messages In This Thread
RE: QTP not able to identify my Browser, has anybody experienced this issue? - by sshukla12 - 03-12-2012, 01:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Issue in running Scripts on Edge browser Deepa_m 0 1,543 12-01-2017, 04:36 PM
Last Post: Deepa_m
  error object disabled on line 9 where it says " Browser("Browser").CloseAllTabs" kp_usa 1 3,122 12-20-2012, 12:20 AM
Last Post: adityapant27
  My IE Browser Recognizing as Window instead of Browser. sivakrishna 4 8,699 02-11-2012, 12:19 AM
Last Post: ravi.gajul
  Clicking an item in the context menu opens up browser(IE6) but in same browser of QC pjavvaru 2 4,245 04-10-2010, 02:16 AM
Last Post: jsknight1969
  Browser Issue abhishek.hegde 2 2,680 01-19-2010, 05:46 PM
Last Post: abhishek.hegde

Forum Jump:


Users browsing this thread: 1 Guest(s)