By default, IE interacts with web pages at a low integrity level. It needs a medium or high to access content on local drives.
You may get Scite to launch ruby with high integrity level by running scite as administrator. I'm not really familiar with scite, so I don't know if this will work. It may be possible to configure the way scite launches ruby itself to run it with administrator privileges, but I don't know how you might do that. Or you can force IE to always run at medium integrity - In IE's options, turning off "Enable Protected Mode" makes everything run at medium integrity level. This affects IE beyond the scope of watir, though. On Sun, Jul 11, 2010 at 08:43, joedio <[email protected]> wrote: > Good advice guys! > > I am running on both Visa and Windows7 (two different PC's). > > Both systems have the out-of-the-box Windows User Account > Control settings. Thus when I ran my scripts from the > ScITS/Scintilla tool it was NOT launching ruby from a Console > started with Admin rights. > > When I manually opened a console with admin rights, and run > the script it passes, with no issues. > > So, aside from turning off Windows User Account Control settings > (which a employer may disallow), does anyone know of a means to > configure ScITE to launch the Window's console with Administrative > rights? > > Joe > > > > On Jul 10, 10:46 pm, Ethan <[email protected]> wrote: > > Actually, on second thought, this looks more like a different issue. Are > you > > running on windows vista or 7? If so, you should run ruby as > administrator. > > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > You received this message because you are subscribed to > http://groups.google.com/group/watir-general > To post: [email protected] > To unsubscribe: > [email protected]<watir-general%[email protected]> > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: [email protected] To unsubscribe: [email protected]
