Skip to content

Instantly share code, notes, and snippets.

@hourback
Created July 17, 2012 19:24
Show Gist options
  • Save hourback/3131418 to your computer and use it in GitHub Desktop.
Save hourback/3131418 to your computer and use it in GitHub Desktop.
RingoJS & Selenium
importPackage(org.openqa.selenium.firefox.FirefoxDriver);
var driver = new FirefoxDriver();
driver.get("http://www.google.com");
@hourback
Copy link
Author

Returns: "ReferenceError: "FirefoxDriver" is not defined. (/home/anab/Dropbox/projects/tnt_testing/ringojs/tnt.js#33)
at /home/anab/Dropbox/projects/tnt_testing/ringojs/tnt.js:33"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment