登录 注册
当前位置:主页 > 资源下载 > 14 > sbt-phantomjs是一款自动化安装和配置PhantomJS的插件,适用于sbt环境

sbt-phantomjs是一款自动化安装和配置PhantomJS的插件,适用于sbt环境

  • 更新:2024-08-16 23:02:44
  • 大小:38KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

sbt-phantomjs 用于sbt的自动化PhantomJS安装程序 设置 project/plugins.sbt addSbtPlugin( " jp.leafytree.sbt " % " sbt-phantomjs " % " 0.1.4 " ) build.sbt // Enable the plugin val myProject = (project in file( " . " )).enablePlugins( PhantomJs ) // Install PhantomJS and add system properties definition for Selenium PhantomJS Driver to javaOptions javaOptions ++ = PhantomJs .setup(baseDirectory.value) 样品 任务 ins