[wtr-general] Scripting a "foreign subframe"

2009-04-14 Thread Brian Rosenthal
In Vista, IE7, I cannot seem to click on a button located inside of a "foreign subframe" (a subframe with a domain that is different from the main frame). The issue is that when Watir reaches into a foreign subframe, somehow it's in an incorrect security context to access the DOM of the subfram

[wtr-general] Re: Scripting a "foreign subframe"

2009-04-21 Thread Brian Rosenthal
So, I just want to understand better... Chuck, you're on Vista IE and you can do this? Best, Brian On 4/21/09 4:45 PM, "Chuck van der Linden" wrote: you could try adjusting security settings for the browser.If "protected mode" is turned on (tools->internet options -> security tab -> loo

[wtr-general] Re: Scripting a "foreign subframe"

2009-04-23 Thread Brian Rosenthal
Okay, I don't believe this is possible to do, using the techniques described on that page. So, let me re-iterate my question: has anyone scripted a foreign subframe on Vista IE? If not, is there any way to "attach" to a frame, in the same way that you can attach to a window? Best, Brian On

[wtr-general] Re: Scripting a "foreign subframe"

2009-04-23 Thread Brian Rosenthal
pin" wrote: On Thu, Apr 23, 2009 at 09:01, Brian Rosenthal wrote: > If not, is there any way to "attach" to a frame, in the same way that you can > attach to a window? Can you open frame in new window/tab? Firefox has context menu option, somet

[wtr-general] Re: Scripting a "foreign subframe"

2009-04-23 Thread Brian Rosenthal
ct, Gap Inc Direct On Thu, Apr 23, 2009 at 4:51 AM, Željko Filipin wrote: On Thu, Apr 23, 2009 at 09:01, Brian Rosenthal wrote: > If not, is there any way to "attach" to a frame, in the same way that you can > attach to a window? Can you open frame in new window/tab? Firefox

[wtr-general] Re: Scripting a "foreign subframe"

2009-04-23 Thread Brian Rosenthal
Good question. Will try and report back. On 4/23/09 7:51 AM, "Željko Filipin" wrote: On Wed, Apr 15, 2009 at 00:59, Brian Rosenthal wrote: --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir

[wtr-general] Setting innerHTML of a div using Watir.

2009-09-17 Thread Brian Rosenthal
Hi, We're using an "editable div", and we need to be able to set its contents using Watir (in IE). What's the best way to do that? It doesn't seem to respond to IE.text_field(...)... And IE.div(...).innerHTML does not work (nor set). (this syntax) Thanks, Brian --~--~-~--~~

Re: [wtr-general] Automatic Updates of Mozilla Firefox

2010-01-05 Thread Brian Rosenthal
If you turn off automatic updates in the advanced settings section, it shouldn't update itself. Best, Brian On 1/5/10 10:39 PM, "Betsy" wrote: > Mozilla Firefox updates itself automatically. > > Hence if we set up a suite of Test cases for execution on FireWatir, > it fails after a few test c

[wtr-general] JSSH for Mac Firefox 3.6

2010-03-07 Thread Brian Rosenthal
Hey, can someone upload a JSSH version for Mac FF 3.6, please? :) (we should document instructions on how to compile this so that we can spread out the load) Thanks, Brian -- You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group

Re: [wtr-general] JSSH for Mac Firefox 3.6

2010-03-08 Thread Brian Rosenthal
I think those instructions are to build Firefox with JSSH, not instructions for how to build the extension... Who usually uploads it? Maybe we could send them an email? Best, Brian On Mar 8, 2010, at 1:07 AM, Željko Filipin wrote: On Mon, Mar 8, 2010 at 3:08 AM, Brian Rosenthal

Re: [wtr-general] JSSH for Mac Firefox 3.6

2010-03-09 Thread Brian Rosenthal
ion. 7. zip the contents back and form the XPI. On Mon, Mar 8, 2010 at 7:38 AM, Brian Rosenthal mailto:brosent...@facebook.com>> wrote: Hey, can someone upload a JSSH version for Mac FF 3.6, please? :) (we should document instructions on how to compile this so that we can spread out th

Re: [wtr-general] Please help: Fresh issues with watir on mac

2010-03-31 Thread Brian Rosenthal
Hey, I've seen this before. Try: gem install rb-appscript If that doesn't work, try install xcode (there are some headers that the safariwatir stack, I think, depends on). Best, Brian On Mar 31, 2010, at 9:52 AM, chatur vidur wrote: Hi, I have a max os x 10.4.11 tiger. I received your instr