Is this possible through a plugin or setup, or something that will allow Firefox to recognize the DOM source code?
Basically, firebug or other similar tools can recognize elements on a page that Firefox does not.
I understand that with these extensions I have the opportunity to see such changes made by javascript, but Firefox does not seem to fully recognize them.
I will try to clarify.
If I load the page and look at the source code (ctrl-U), I see what the server sent to Firefox, and what Firefox supposedly recognizes as the source code of the page. If there is javascript in this source code that modifies the DOM and then I press (ctrl-U) again, the code is not updated.
I use a testing tool (iMacros firefox plugin) to automate functions, but it does not recognize the updated DOM because Firefox does not. Firebug and similar tools can recognize these live updates. Does it help?
source share