Skip to content

Instantly share code, notes, and snippets.

@arturaz
Forked from satyagraha/gist:4999843
Created February 20, 2013 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arturaz/4999874 to your computer and use it in GitHub Desktop.
Save arturaz/4999874 to your computer and use it in GitHub Desktop.
package com.wierd
import org.openqa.selenium
import org.scalatest.selenium.Firefox
object FFTest extends Firefox {
def main(args: Array[String]): Unit = {
webDriver.manage.window.setSize(new selenium.Dimension(1200, 800))
goTo("http://wierd.com")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment