{"id":15502968,"url":"https://github.com/evuez/project2501","last_synced_at":"2025-03-28T18:23:26.563Z","repository":{"id":57536691,"uuid":"108636622","full_name":"evuez/project2501","owner":"evuez","description":"An Elixir client for Firefox's Marionette.","archived":false,"fork":false,"pushed_at":"2017-12-30T09:46:26.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T17:30:23.024Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/evuez.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":"2017-10-28T09:30:25.000Z","updated_at":"2023-07-25T14:12:27.000Z","dependencies_parsed_at":"2022-08-29T00:40:41.608Z","dependency_job_id":null,"html_url":"https://github.com/evuez/project2501","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/evuez%2Fproject2501","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evuez%2Fproject2501/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evuez%2Fproject2501/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evuez%2Fproject2501/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evuez","download_url":"https://codeload.github.com/evuez/project2501/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246077561,"owners_count":20720016,"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-10-02T09:11:42.981Z","updated_at":"2025-03-28T18:23:26.534Z","avatar_url":"https://github.com/evuez.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project2501\n\nAn Elixir client for Firefox's [Marionette](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/Protocol).\n\n## Installation\n\nAdd `project2501` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:project2501, \"~\u003e 0.1.0\"}]\nend\n```\n\nThen configure the `host` and `port` of the server:\n\n```elixir\nconfig :project2501,\n  host: 'localhost',\n  port: 2828\n```\n\n## Example\n\nStart Firefox with Marionette running:\n\n    firefox --marionette\n\nThen from `iex`:\n\n```elixir\niex\u003e Project2501.order(\"Navigate\", %{url: \"http://example.org\"})\n%Project2501.Wire.Response{error: nil, message_id: 829347167, result: %{}}\n\niex\u003e Project2501.order(\"TakeScreenshot\")\n%Project2501.Wire.Response{error: nil, message_id: 392313200, result: %{\"value\" =\u003e ...}}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevuez%2Fproject2501","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevuez%2Fproject2501","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevuez%2Fproject2501/lists"}