Maximize size of remote control browser launcher

View: New views
6 Messages — Rating Filter:   Alert me  

Maximize size of remote control browser launcher

by R-24 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

As the selenium RC browser launches as a size smaller than a maximized application I am getting a javascript error. I can fix this by making the size of the testRunner frame bigger. However, this is inconvenient as I have to do it for every test. Is there a way that I can launch the tests so that the frame is maximized from the beginning??
Thanks in advance

Rory

---------------------------------------------------------------------
To unsubscribe, e-mail: selenium-dev-unsubscribe@...
For additional commands, e-mail: selenium-dev-help@...


Re: Maximize size of remote control browser launcher

by R-24 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,rory33  

Did you find the solution of his issue?

Thx, the_zonker

---------------------------------------------------------------------
To unsubscribe, e-mail: selenium-dev-unsubscribe@...
For additional commands, e-mail: selenium-dev-help@...


Re: Maximize size of remote control browser launcher

by R-24 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In Selenium RC 9.2, we have following method:

public void WindowMaximize();     // Resize currently selected window to take up the entire screen

Try this out.

---------------------------------------------------------------------
To unsubscribe, e-mail: selenium-dev-unsubscribe@...
For additional commands, e-mail: selenium-dev-help@...


Re: Maximize size of remote control browser launcher

by R-24 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi rsaikrishna ,

Thanks for the help. Unfortunately it has not solved my problem. I think this has to do more with the size of the internet explorer window that is launched. It is an *iehta browser i am telling it to create. When other people launch the iehta does it open full screen or smaller(maybe about half fills the screen)? The maximise window seems to maximize whats inside the iehta window, but the window stays the same size (if that makes any sense).

Cheers,
Rory

---------------------------------------------------------------------
To unsubscribe, e-mail: selenium-dev-unsubscribe@...
For additional commands, e-mail: selenium-dev-help@...


Re: Maximize size of remote control browser launcher

by R-24 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey Rory,

We have the exact same problem on *iehta. sel.windowMaximize maximizes the selenium view by removing the last four commands view, but doesn't actually make the ie window the size of the full screen.

Did you find a workaround?

Jules

---------------------------------------------------------------------
To unsubscribe, e-mail: selenium-dev-unsubscribe@...
For additional commands, e-mail: selenium-dev-help@...


Re: Maximize size of remote control browser launcher

by BoBoMonkey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
Read the post Maximize browser window on my blog. I have just the code you need.


R-24 wrote:
Hi

As the selenium RC browser launches as a size smaller than a maximized application I am getting a javascript error. I can fix this by making the size of the testRunner frame bigger. However, this is inconvenient as I have to do it for every test. Is there a way that I can launch the tests so that the frame is maximized from the beginning??
Thanks in advance

Rory

---------------------------------------------------------------------
To unsubscribe, e-mail: selenium-dev-unsubscribe@openqa.org
For additional commands, e-mail: selenium-dev-help@openqa.org