Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hai Ankur
#3
Not Solved
The "Marquee" part of the page is the only one on the page, so you can uniquely identify it simply with the "html tag" property, but it is also inside a frame element that has an html id (NoticeBoard), so I would add that to the code if it were me:

Code:
MsgBox Browser("micclass:=Browser").Page("micclass:=Page").Frame("html tag:=IFRAME", "html id:=NoticeBoard").WebElement("html tag:=MARQUEE").GetROProperty("innertext")

You can check it with a CheckProperty("innertext, "Text to be checked", 0) call, a CheckPoint, or whatever method you prefer.
Reply


Messages In This Thread
Hai Ankur - by sarah - 11-01-2010, 02:51 PM
RE: Hai Ankur - by A.Saini - 11-01-2010, 06:43 PM
Hai Ankur - by sarah - 11-02-2010, 09:52 AM
RE: Hai Ankur - by cdesserich - 11-01-2010, 10:45 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)