Selenium IDE 1.4.1 throwing security error when uploading a local file Selenium IDE 1.4.1 throwing security error when uploading a local file selenium selenium

Selenium IDE 1.4.1 throwing security error when uploading a local file


Find the file atom.js at firefox extensions directory and search by the function body:

core.events.replaceText

So, look for the line with:

a.value = d

and change it to:

XPCNativeWrapper(a).value = d;

It will fix the bug.