Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issues with Browser Name which has Pipe Symbol (|)
#6
Not Solved
Hi UjwalaK
you can use the below coding for the same,

Code:
SignUpObjName = "117112.jpg"
BrowserName = Replace(Browser("micclass:=Browser").GetROProperty("name"),"|","\|")
PageName=Replace(Browser("micclass:=Browser").Page("micclass:=Page").GetROProperty("title"),"|","\|")
Browser("name:=" & BrowserName).Page("Title:="& PageName).Image( "file name:=" &SignUpObjName).Click


Thanks,
Srikanth
Reply


Messages In This Thread
RE: Issues with Browser Name which has Pipe Symbol (|) - by srikanthqtp - 01-07-2012, 10:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sad If/then Statement issues Carver2469 2 3,709 11-03-2015, 03:44 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)