{"id":16805487,"url":"https://github.com/ylemkimon/selenium-proxy","last_synced_at":"2025-07-26T10:02:14.376Z","repository":{"id":43335741,"uuid":"313010311","full_name":"ylemkimon/selenium-proxy","owner":"ylemkimon","description":"A Selenium WebDriver / Browserstack proxy","archived":false,"fork":false,"pushed_at":"2024-10-28T02:46:08.000Z","size":659,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T16:54:00.700Z","etag":null,"topics":["browserstack","selenium","selenium-webdriver"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ylemkimon.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-15T10:52:54.000Z","updated_at":"2020-11-16T05:49:30.000Z","dependencies_parsed_at":"2024-11-23T10:27:16.515Z","dependency_job_id":null,"html_url":"https://github.com/ylemkimon/selenium-proxy","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/ylemkimon%2Fselenium-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ylemkimon%2Fselenium-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ylemkimon%2Fselenium-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ylemkimon%2Fselenium-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ylemkimon","download_url":"https://codeload.github.com/ylemkimon/selenium-proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243996900,"owners_count":20380978,"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":["browserstack","selenium","selenium-webdriver"],"created_at":"2024-10-13T09:48:23.287Z","updated_at":"2025-03-17T07:43:46.098Z","avatar_url":"https://github.com/ylemkimon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# selenium-proxy\n\n## Routes\n### `POST /build`\n#### Request\n```json\n{\n    \"browserstack\": boolean,\n    \"capabilities\": object,\n    \"seleniumURL\": string\n}\n```\n\n#### Response\n```json\n{\n    \"id\": string,\n    \"capabilities\": object\n}\n```\n\nThe `WebDriver` can be reconstructed using:\n```js\nconst selenium = require(\"selenium-webdriver\");\nconst seleniumHttp = require(\"selenium-webdriver/http\");\n\nconst session = new selenium.Session(res.body.id, res.body.capabilities);\nconst client = Promise.resolve(seleniumURL)\n    .then(url =\u003e new seleniumHttp.HttpClient(url));\nconst executor = new seleniumHttp.Executor(client);\ndriver = new selenium.WebDriver(session, executor);\n```\n\n## Environment variables\n### `SERVER_HOST`\nThe host of the server (default: `0.0.0.0`)\n\n### `SERVER_PORT`\nThe port of the server (default: `4445`)\n\n### `BROWSERSTACK_USER`\nThe username of the Browserstack accout\n\n### `BROWSERSTACK_ACCESS_KEY`\nThe acess key of the Browserstack accout\n\n## Note\nThis project is not intended as a secure proxy. Credentials and information may leak!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fylemkimon%2Fselenium-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fylemkimon%2Fselenium-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fylemkimon%2Fselenium-proxy/lists"}