Forum Discussion

sureshpeesa's avatar
sureshpeesa
New Contributor
5 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(...
  • sureshpeesa's avatar
    sureshpeesa
    5 years ago

    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.