From a Firefox extension is there a way to get the XUL iframe/browser that contains a content HTML window. Note I am not asking how to get the current browser (gBrowser) or the browser.xul window. I h
My end goal is to create a firefox extension that inserts an HTML button onto a 开发者_StackOverflow中文版site and have it fire a function defined in a custom code module in my extension.
I can get the current page URL in a Firefox extension but I\'d like to get the POST data too. Firefox stores it somewhere to send it again on refresh. How can I get it from my extension ?
From time to time when I run my Watin tests, I get this error: WatiN.Core.Native.Mozilla.FireFoxException: Unable to connect to jssh server, please make sure you have correctly installed the jssh.xpi
I submitted my addon to the AMO direcotry and the editor came back with this: There are still a number of variables being leaked to the global scope,
I have code like this: Request: require(\'request\').Request _makeCall:function(callback){ Request({ url: \'URL-TO-API\',
I have a basic FF addon that polls for something in the DOM of the page in window.document. When it sees it, it is supposed to save the page.That\'s the hard part. I don\'t want to replicate the funct
Say, I have a file that is 500 bytes in size on my local hard drive and I want to read first 100 bytes from it without loading the whole f开发者_如何学Cile into memory. How to accomplish that in JavaS
I was wondering if it is possible to create an iframe whithin a HTML document pointing to a XUL document whithin my firefox extension such like:
The problem: toggle javascript support without restarting firefox (nor resorting to different driver) during cucumber test run.