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
- Host: GitHub
- URL: https://github.com/xerial/scalajs-selenium
- Owner: xerial
- Created: 2023-07-02T19:16:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-12T20:05:59.000Z (5 months ago)
- Last Synced: 2025-08-12T22:07:41.153Z (5 months ago)
- Language: Shell
- Size: 136 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```