Last active
December 30, 2015 05:19
-
-
Save seratch/7781670 to your computer and use it in GitHub Desktop.
Trying FluentLenium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| libraryDependencies ++= Seq( | |
| "org.fluentlenium" % "fluentlenium-core" % "0.9.1", | |
| "org.fluentlenium" % "fluentlenium-festassert" % "0.9.1" | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import org.fluentlenium.core._ | |
| val driver = new org.openqa.selenium.firefox.FirefoxDriver | |
| object Firefox extends Fluent(driver) | |
| Firefox.goTo("http://www.google.com") | |
| driver.quit | |
| :q |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also (Japanese):
http://garbagetown.hatenablog.com/entry/2013/12/04/115048
http://grimrose.bitbucket.org/blog/html/2013/12/03/java_advent_calendar_2013.html