{"id":20282135,"url":"https://github.com/cemalgnlts/try-browserless","last_synced_at":"2026-04-12T18:13:18.627Z","repository":{"id":153230823,"uuid":"628224393","full_name":"cemalgnlts/try-browserless","owner":"cemalgnlts","description":"Playground for puppeteer. Run scripts, preview live, share with others.","archived":false,"fork":false,"pushed_at":"2023-04-25T20:38:41.000Z","size":275,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T07:48:06.992Z","etag":null,"topics":["browserless","deta-space","express","puppeteer","react"],"latest_commit_sha":null,"homepage":"https://trybrowserless-1-e7364370.deta.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cemalgnlts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":null},"created_at":"2023-04-15T09:32:09.000Z","updated_at":"2024-02-20T07:10:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0e40123-d96e-4132-a784-09bd242d6cb2","html_url":"https://github.com/cemalgnlts/try-browserless","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemalgnlts%2Ftry-browserless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemalgnlts%2Ftry-browserless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemalgnlts%2Ftry-browserless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemalgnlts%2Ftry-browserless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cemalgnlts","download_url":"https://codeload.github.com/cemalgnlts/try-browserless/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241774532,"owners_count":20018298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browserless","deta-space","express","puppeteer","react"],"created_at":"2024-11-14T14:08:12.313Z","updated_at":"2026-04-12T18:13:18.596Z","avatar_url":"https://github.com/cemalgnlts.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Try Browserless\n\n\u003e Playground for [Puppeteer](https://pptr.dev/). Run scripts, preview live, share with others.\n\nThis project is inspired by the [browserless/debugger](https://github.com/browserless/debugger) project. If your only use is debugging, [browserless/debugger](https://github.com/browserless/debugger) might be a better option.\n\nThis project works with [browserless.io](https://www.browserless.io).\n\n## Coding Environment\n\nYour code runs inside a Worker. Using the latest version `14.3.0` of `puppeteer-core` which supports the web version.\n\nTo make it easier for you, the browser is opened first, then the page is created and the `page` class is given to you, and the browser is automatically closed when your code is complete.\n\nThe following example occurs when you first open the page:\n```js\nawait page.goto(\"https://browserless.io\")\n\nconst title = await page.title()\n\nconsole.log(title)\n```\n\nWhen you press the Run button, it turns into this:\n```diff\n+ const browser = await puppeteer.launch();\n+ const page = await browser.newPage();\n\nawait page.goto(\"https://browserless.io\");\nconst title = await page.title();\nconsole.log(title);\n\n+ await browser.close();\n```\n\nIt uses monaco editor as editor. This way it includes autocomplete support for puppeteer.\n\nThere are a few snippets in the editor. Type the abbreviation and select it with `tab`, `enter` or `mouse`.\n\n`log` ➜ `console.log`\n\n`go` ➜ `page.goto`\n\n`ev` ➜ `page.evaluate`\n\n`ss` ➜ `page.screenshot`\n\nFrom the options menu you can simulate a device and preview your operation live.\n\n## Contributing\n\n[Contributing](CONTRIBUTING.md)\n\n## License\n\n[License](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcemalgnlts%2Ftry-browserless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcemalgnlts%2Ftry-browserless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcemalgnlts%2Ftry-browserless/lists"}