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
for Firefox: sel.key_press_native(122) (122 in the key code for F11)