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

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

2010-03-09 Thread Brian Rosenthal
the contents back and form the XPI. On Mon, Mar 8, 2010 at 7:38 AM, Brian Rosenthal brosent...@facebook.commailto: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 the load

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 brosent

[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,

[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) div contenteditable=true/div Thanks, Brian

[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
Good question. Will try and report back. On 4/23/09 7:51 AM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Apr 15, 2009 at 00:59, Brian Rosenthal brosent...@facebook.com wrote: --~--~-~--~~~---~--~~ You received this message because you

[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 sqa...@gmail.com wrote: you could try adjusting security settings for the browser.If protected mode is turned on (tools-internet options - security

[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