An open API service indexing awesome lists of open source software.

https://github.com/xerial/scalajs-selenium

Scala.js + Selenium setup example
https://github.com/xerial/scalajs-selenium

Last synced: 5 months ago
JSON representation

Scala.js + Selenium setup example

Awesome Lists containing this project

README

          

Scala.js + Selenium Test Example
===

Install chromedriver for launching Chrome with Selenium:
```sh
$ brew install chromedriver
```

```scala
$ ./sbt
> test
```