Search code examples
seleniumselenium-rcweb-testing

reduce the size of the selenium frame


I do I reduce the size of the selenium frame, in order to increase the frame of the website I am testing?


Solution

  • You can start the Selenium server in a multiwindow mode:

    -multiWindow: puts you into a mode where the test web site executes in a separate window, and selenium supports frames

    http://seleniumhq.org/docs/05_selenium_rc.html#server-options