{"id":22364130,"url":"https://github.com/11ways/specter","last_synced_at":"2025-03-26T15:20:00.125Z","repository":{"id":140528253,"uuid":"87830513","full_name":"11ways/specter","owner":"11ways","description":"Phantom wrapper","archived":false,"fork":false,"pushed_at":"2022-06-29T19:18:33.000Z","size":88,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T16:36:19.467Z","etag":null,"topics":[],"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/11ways.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-04-10T16:00:41.000Z","updated_at":"2022-06-29T19:17:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"97e863a9-f5f2-4d83-a3b2-1a4d2e12a1e9","html_url":"https://github.com/11ways/specter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/11ways%2Fspecter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/11ways%2Fspecter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/11ways%2Fspecter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/11ways%2Fspecter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/11ways","download_url":"https://codeload.github.com/11ways/specter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245678905,"owners_count":20654738,"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":[],"created_at":"2024-12-04T17:18:36.416Z","updated_at":"2025-03-26T15:20:00.118Z","avatar_url":"https://github.com/11ways.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Specter\n\nHeadless browser wrapper\n\n## Installation\n\n```bash\nnpm install @11ways/specter\n```\n\n## Usage\n\n```js\nconst Specter = require('@11ways/specter');\n\nlet browser = new Specter.Browser(),\n    tab = browser.createTab();\n\nawait tab.goto('https://stad.gent/');\n\nlet url = await tab.evaluate(function() {\n\tlet img = document.querySelector('img');\n\treturn img.src;\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F11ways%2Fspecter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F11ways%2Fspecter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F11ways%2Fspecter/lists"}