18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
innerHTML not working in Mozilla
Hi ,
I have multiple frames in my application.
In my script , i am setting some value to the textbox.
var $ParamValue = 6;
_setValue(_textbox($ParamName), $ParamValue);
After that i trying to get the innerHTML content of the page
_alert(top.iFrame.document.body.innerHTML);
In IE , innerHTML content is proper with textbox value set to 6.
But in mozilla, textbox value is not set in the innerHTML.
Can anyone tell me how to get the dynamic file content in mozilla ?
I have multiple frames in my application.
In my script , i am setting some value to the textbox.
var $ParamValue = 6;
_setValue(_textbox($ParamName), $ParamValue);
After that i trying to get the innerHTML content of the page
_alert(top.iFrame.document.body.innerHTML);
In IE , innerHTML content is proper with textbox value set to 6.
But in mozilla, textbox value is not set in the innerHTML.
Can anyone tell me how to get the dynamic file content in mozilla ?
Comments