I am using Selenium Remote Control . During executing the tests the actual Firefox window is so small. I want it full screen so I can see what is happening. How can I maximi
Well I think the best way is to use selenium.windowMaximize() selenium function instead of manipulating the windows size.