{"id":22483965,"url":"https://github.com/we-tool/nixe","last_synced_at":"2026-05-01T01:31:32.550Z","repository":{"id":66094661,"uuid":"52164139","full_name":"we-tool/nixe","owner":"we-tool","description":"Another high-level browser automation library.","archived":false,"fork":false,"pushed_at":"2017-03-14T08:42:45.000Z","size":30,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-27T19:51:24.385Z","etag":null,"topics":["automation","electron","nightmare","test"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/we-tool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-20T16:53:42.000Z","updated_at":"2022-08-18T07:46:23.000Z","dependencies_parsed_at":"2023-04-18T14:00:43.855Z","dependency_job_id":null,"html_url":"https://github.com/we-tool/nixe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/we-tool/nixe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/we-tool%2Fnixe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/we-tool%2Fnixe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/we-tool%2Fnixe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/we-tool%2Fnixe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/we-tool","download_url":"https://codeload.github.com/we-tool/nixe/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/we-tool%2Fnixe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32482460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["automation","electron","nightmare","test"],"created_at":"2024-12-06T17:10:00.324Z","updated_at":"2026-05-01T01:31:32.534Z","avatar_url":"https://github.com/we-tool.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nixe\n\n\u003ca href=\"https://gitter.im/fritx/nixe?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge\"\u003e\u003cimg width=\"92\" height=\"20\" src=\"https://badges.gitter.im/fritx/nixe.svg\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u003ca href=\"https://circleci.com/gh/fritx/nixe/tree/dev\"\u003e\u003cimg width=\"73\" height=\"20\" src=\"https://circleci.com/gh/fritx/nixe/tree/dev.svg?style=svg\"\u003e\u003c/a\u003e\n\nAnother high-level browser automation library.\n\nHeavily inspired by [nightmare][1]\n\n\n## Compared to Nightmare\n\n- [x] ES2015+ Build System\n- [x] Async/Await Style\n- [x] Simpler Codebase\n- [ ] Seamless Access to Electron Objects\n\n\n## Usage\n\n```plain\n$ cd my/project\n$ npm install -S electron-prebuilt\n$ npm install nixe\n```\n\n```js\nimport Nixe from 'nixe'\n\nnew Nixe().ready()\n  .goto('https://www.baidu.com/')\n  .execute('alert(123)')\n  .queue(async () =\u003e 333)\n  .run()\n\n// `run` is optional with await/then style\nnew Nixe().ready()\n  .goto('https://www.baidu.com/')\n  .evaluate(() =\u003e document.title)\n  .then((title) =\u003e {})\n\n// or async/await style\n;(async () =\u003e {\n  const title = await new Nixe().ready()\n    .goto('https://www.baidu.com/')\n    .evaluate(() =\u003e document.title)\n})()\n```\n\n\n## Dev \u0026 Test\n\n```plain\n$ npm install -g webpack mocha\n$ cd nixe\n$ npm install\n$ npm run dev\n$ npm test\n```\n\n## Chinese Mirror for Electron\n\n```plain\nELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/\n```\n\n\n[1]: https://github.com/segmentio/nightmare\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwe-tool%2Fnixe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwe-tool%2Fnixe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwe-tool%2Fnixe/lists"}