{"id":17178024,"url":"https://github.com/hahnlee/canter","last_synced_at":"2025-06-28T01:35:04.281Z","repository":{"id":43085124,"uuid":"412706238","full_name":"hahnlee/canter","owner":"hahnlee","description":"(WIP) iOS Safari and WKWebview testing library with playwright compatible API","archived":false,"fork":false,"pushed_at":"2022-04-26T05:11:44.000Z","size":37563,"stargazers_count":12,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T08:08:52.807Z","etag":null,"topics":["ios","playwright","remote-debugging","webview"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hahnlee.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":"2021-10-02T06:04:15.000Z","updated_at":"2025-04-13T03:29:44.000Z","dependencies_parsed_at":"2022-09-19T18:52:55.586Z","dependency_job_id":null,"html_url":"https://github.com/hahnlee/canter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hahnlee/canter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahnlee%2Fcanter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahnlee%2Fcanter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahnlee%2Fcanter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahnlee%2Fcanter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hahnlee","download_url":"https://codeload.github.com/hahnlee/canter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahnlee%2Fcanter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262361657,"owners_count":23299084,"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":["ios","playwright","remote-debugging","webview"],"created_at":"2024-10-15T00:06:00.396Z","updated_at":"2025-06-28T01:35:04.260Z","avatar_url":"https://github.com/hahnlee.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Canter (WIP)\n(WIP) iOS Safari and webview testing library with [playwright](https://playwright.dev/docs/api/class-android) compatible API.\n\nWorks only on macOS.\n\n# Usage\n```ts\nimport ios from 'canter-playwright'\n\n;(async () =\u003e {\n  const [device] = await ios.devices()\n  const [webview] = await device.webViews()\n  const page = await webview.page()\n  await page.goto('https://example.com')\n  await webview.close()\n})()\n```\n\n# Goal\nProvide [playwright android](https://playwright.dev/docs/api/class-android) compatible API.\n\n# Current status\n- Connecting to a iOS device.\n- Connecting to webview or iOS Safari.\n- Navigate webpage\n\n# Packages\n- `canter-core`\n- `canter-connector`\n- `canter-playwright`\n\n# License\n```\nCopyright 2021-2022 Han Lee\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahnlee%2Fcanter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhahnlee%2Fcanter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahnlee%2Fcanter/lists"}