kit
kit copied to clipboard
Script Kit. Automate Anything.
This ticket is based on the [discord discussion](https://discord.com/channels/804053880266686464/963865665096257566/1066387135353081896). There are some areas where the playwright implementation could be improved. * Ideally we should be using `locators` instead of `$$` to...
Thank you for scriptkit. I'm enjoying it thoroughly. I was following along with the exercise in egghead.io and noticed that the script now fails ```javascript // Name: hackernews import "@johnlindquist/kit"...
``` Error: write EOF at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16) ``` --- Kit 1.40.62 Electron 22.0.0 win32 10.0.22623 Locale: en-GB I am using nvm to control node version, current activated version...
### Critical Bugs _(in order of **priority**)_ - [ ] (Windows) Shortcuts array for `div` prompt doesn't work (don't trigger handler) - [ ] (Windows) You cannot right-click to copy...
Trying to get started, I started the tutorial: https://www.scriptkit.com/tutorials/automation-workflows-for-web-developers/scriptkit-showcase/scripting-hacker-news  When I run it, nothing happens. There is a window (I assume the inspect window)...
Hi, Im trying to set constant form size(200x200px) but no luck. Every time I call this script div have different height and width(1 time height is 200, other time is...
Running a script that contains a comment like this: ```ts // value: something ``` will create a script named "something" in the scripts directory. Is this expected behavior? I couldn't...
``` if (choice === "ADD_NEW_PASSWORD") { await addNewPassword(); } if (choice === "COPY_PASSWORD") { await listAndCopyPassword(); } ``` For this script to work you need to add an await in...
**Version:** 2.3.0 **Description:** In version 2.3.0, snippets trigger using the wrong keyboard language. This issue did not exist in earlier versions (1.x). **Steps to Reproduce:** 1. Configure a snippet as...
Also factored out the metadata-related stuff into a separate file, creating some additional files in the process to avoid circular imports. Use this script to verify: ```ts import "@johnlindquist/kit" import...