Example: Say Hello
Example Code
import {Browser} from 'kogi'
const page = await Browser.start("YOUR API KEY", "local", "Example #1")
await page.navigate("https://kogiqa.com/static/examples/hello")
await page.type("Name","Max") // <== Replace this with your name (-;
await page.close()