Packages

A webdriver bidi client written in Gleam, for Gleam.

Current section

Files

Jump to
butterbee gleam.toml
Raw

gleam.toml

name = "butterbee"
version = "2.0.0"
description = "A webdriver bidi client written in Gleam, for Gleam."
licences = ["Apache-2.0"]
internal-modules = ["butterbee/internal/*"]
[repository]
type = "codeberg"
user = "gelei"
repo = "butterbee"
[[links]]
title = "github mirror"
href = "https://github.com/Damnjelly/butterbee"
[[documentation.pages]]
title = "page modules"
path = "page-modules.html"
source = "docs/page-modules.md"
[[documentation.pages]]
title = "github actions"
path = "github-actions.html"
source = "docs/github-actions.md"
[[documentation.pages]]
title = "changelog"
path = "changelog.html"
source = "../CHANGELOG.md"
[dependencies]
butterbidi = ">= 1.0.1 and < 2.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_erlang = ">= 1.2.0 and < 2.0.0"
shellout = ">= 1.7.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
grom_stratus = ">= 1.0.2 and < 2.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
glam = ">= 2.0.3 and < 3.0.0"
tom = ">= 2.0.0 and < 3.0.0"
simplifile = ">= 2.3.0 and < 3.0.0"
gleam_time = ">= 1.4.0 and < 2.0.0"
stratocumulus = ">= 0.1.0 and < 1.0.0"
palabres = ">= 1.0.2 and < 2.0.0"
exception = ">= 2.1.0 and < 3.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
[dev-dependencies]
argv = ">= 1.0.2 and < 2.0.0"
birdie = ">= 1.4.1 and < 2.0.0"
gleeunit = ">= 1.6.1 and < 2.0.0"
pprint = ">= 1.0.6 and < 2.0.0"
[tools.butterbee.browser.firefox]
flags = ["-headless"]
[tools.butterbee.capabilities.always_match]
webSocketUrl = true
"goog:chromeOptions" = { args = ["--headless=new", "--no-sandbox"] }