[wtr-general] Re: Full Screen [F11] FireFox

2009-01-12 Thread al3kc

Try to send F11 by AutoIt
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Full Screen [F11] FireFox

2009-01-11 Thread wesley chen
$ie.maximizeor
$firefox.maximize

Thanks.
Wesley Chen.


On Mon, Jan 12, 2009 at 12:22 AM, Dhanalaxmi dhanalax...@gmail.com wrote:


 Hi All

  Using following
 ie.getIE.parent.FullScreen = true

 internet explorer window can be made full screen.
 How should i achieve the same for firefox?


 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Full Screen [F11] FireFox

2009-01-11 Thread Dhanalaxmi

Thanks Wesley Chen.
Actually I wanted to do F11.

I am working on Drag drop Controls : automation for IE and FF.

For IE , I am using ie.getIE.parent.FullScreen = true  this.

Now, I want to do it with Firefox.But I can't use above code for
Firefox. It works fine with IE.

I am using Autoit  for Drag drop.I am sending X and Y co-ordinates to
the autoit function MouseClickDrag. Currently , My script works only
for full screen [F11]. : (


Please Help Me.

Thanks,

Dhanu




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---