Forum Discussion
Hi again this could be a more general issue - getting some simular problems with IE as well.
Some times the:
//IE
Page(page_URL).Application.document.Script.routine_name( [Parameter1, Parameter2, ...] )
//FF
Page(page_URL).contentDocument.Script.routine_name( [Parameter1, Parameter2, ...] )
Script can't be found?!
When checking the Object Browser the is no properties for:
Page(page_URL).Application.document
Page(page_URL).contentDocument
Instead there is a Fields (tab).
Demo:
Sys.Process("iexplore").Page("http://www.microsoft.com/en-us/default.aspx") has:
Properties - Application ("Windows Internet Explorer") that has
Properties - Document ("(Object)") that has
Properties - Script ("(Object)")
Sys.Process("iexplore").Page("http://smartbear.com/") has:
Properties - Application ("Windows Internet Explorer") that has
Properties - Document ("[object Document]") that has
Fields - NO Scripts