I am testing an application to test that must run in Selenium's single window mode. Multi window mode is not an option.
The problem is Selenium's frame takes a big chunk of the browser window.
How can I have the application frame expand to fill the browser window (and/or shrink the selenium part)?
Test code is in python.