18 January 2026:


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

GaureeGauree Members
edited November -1 in Sahi - Open Source
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 ?

Comments

  • keatskeats Members
    A work around would be , Try refreshing the page and extract innerHTML. Hope that helps.
Sign In or Register to comment.