https://github.com/pianopia/nim_selenium_sample
NimでSeleniumをするサンプルコード
https://github.com/pianopia/nim_selenium_sample
Last synced: 11 months ago
JSON representation
NimでSeleniumをするサンプルコード
- Host: GitHub
- URL: https://github.com/pianopia/nim_selenium_sample
- Owner: pianopia
- Created: 2021-11-23T11:55:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T13:55:00.000Z (over 4 years ago)
- Last Synced: 2025-02-08T00:28:38.997Z (over 1 year ago)
- Language: Nim
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nim_selenium_sample

NimでSeleniumをするサンプルコード
### 事前準備
Chromeを自動操作するためにChrome Web Driverを下記からインストールしてください。
動作させるPCのChromeバージョンと合わせたバージョンのドライバーが必要になります。
(今後自動ダウンロードさせたい)
https://chromedriver.chromium.org/downloads
### ビルド
```Shell
$ nim c --threads:on selenium_sample.nim
```