{"id":21202641,"url":"https://github.com/cundd/scoutomate","last_synced_at":"2025-03-14T22:28:21.719Z","repository":{"id":18457147,"uuid":"21651286","full_name":"cundd/scoutomate","owner":"cundd","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-03T08:42:17.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T15:11:39.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cundd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-09T12:23:51.000Z","updated_at":"2024-10-03T08:42:20.000Z","dependencies_parsed_at":"2022-07-26T22:32:11.745Z","dependency_job_id":null,"html_url":"https://github.com/cundd/scoutomate","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/cundd%2Fscoutomate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cundd%2Fscoutomate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cundd%2Fscoutomate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cundd%2Fscoutomate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cundd","download_url":"https://codeload.github.com/cundd/scoutomate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243655775,"owners_count":20326145,"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-11-20T20:17:27.977Z","updated_at":"2025-03-14T22:28:21.694Z","avatar_url":"https://github.com/cundd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scoutomate\n\nCreate a map of CSS selectors and values and let Scoutomate fill in the matching fields or click on elements.\n\n## Usage\n\nFirst define your data:\n\n```javascript\nwindow.ScoutomateData = {\n    '[name*=\"firstName\"i]': \"Daniel\", // Fill in the static input\n    '[name*=\"lastName\"i]': function (element) {\n        return `Corn (in field '${element.name}')`;\n    }, // Fill in the return value\n    '[name*=\"payment\"][value=\"VISA\"]': \"Scoutomate.Actions.click\", // Select a radio button\n    \"#my-button\": \"Scoutomate.Actions.click\", // Click the element\n};\n```\n\nthen include the library\n\n```html\n\u003cscript\n    src=\"https://cdn.jsdelivr.net/gh/cundd/scoutomate@refs/tags/0.1.0/scoutomate.js\"\n    integrity=\"sha384-tEbPIMjblbnFpZ5Zl4C8G8uUDwiMozkt5VJ/QKQMxor/TaZN05wJxkQHvYlS/34G\"\n    crossorigin=\"anonymous\"\u003e\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcundd%2Fscoutomate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcundd%2Fscoutomate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcundd%2Fscoutomate/lists"}