Forum Discussion

sureshpeesa's avatar
sureshpeesa
New Contributor
6 years ago
Solved

TC does not recognise objects in Frames.

Object spy could only recognise a Frame but not the objects in the frame.

 

I get the "false" when i run below code even though I could still see objects in DOM.

page = Sys.Browser("chrome").Page("*");
obj = page.Find("className","btn btn-main btn-lg");
Log.Message(obj.Exists)