Packages

A webdriver bidi client written in Gleam, for Gleam.

Current section

Files

Jump to
butterbee src butterbee internal id.gleam
Raw

src/butterbee/internal/id.gleam

import gleam/time/timestamp
pub fn from_unix() -> Int {
let #(_seconds, nanoseconds) =
timestamp.to_unix_seconds_and_nanoseconds(timestamp.system_time())
nanoseconds
}