Entries from 2012-03-10 to 1 day

Scala + Selenium

当然ですが、java 用の driver を使えば使えます。 サンプルとして、Scalatest のページに User Guide へのリンクが出ているかのテストをします。 // build.sbt libraryDependencies ++= Seq( "org.seleniumhq.selenium" % "selenium-java" % "2.19.0", "org…