sureshpeesa
5 years agoNew Contributor
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)
Smart bear advised me to try ""C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --disable-site-isolation-trials --user-data-dir=c:\chrome_test_user" which did work, i think it was "Site isolation" part which fixed it. Now i can access emelemts in Frames.