{"id":26857111,"url":"https://github.com/radioaktive/selenium-ruby-test-unit","last_synced_at":"2026-06-22T19:31:19.876Z","repository":{"id":131322564,"uuid":"197393606","full_name":"radioaktive/selenium-ruby-test-unit","owner":"radioaktive","description":"how to  run selenium with ruby and Test::Unit tests","archived":false,"fork":false,"pushed_at":"2019-07-17T15:31:24.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-29T16:03:33.693Z","etag":null,"topics":["ruby","selenium","test-unit"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/radioaktive.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-07-17T13:19:15.000Z","updated_at":"2019-07-17T15:31:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"c37f9d53-1062-4cf8-b9cd-a52aeea64a1d","html_url":"https://github.com/radioaktive/selenium-ruby-test-unit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/radioaktive/selenium-ruby-test-unit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radioaktive%2Fselenium-ruby-test-unit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radioaktive%2Fselenium-ruby-test-unit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radioaktive%2Fselenium-ruby-test-unit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radioaktive%2Fselenium-ruby-test-unit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radioaktive","download_url":"https://codeload.github.com/radioaktive/selenium-ruby-test-unit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radioaktive%2Fselenium-ruby-test-unit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34663522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ruby","selenium","test-unit"],"created_at":"2025-03-31T00:31:21.186Z","updated_at":"2026-06-22T19:31:19.866Z","avatar_url":"https://github.com/radioaktive.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# selenium ruby test-unit\r\n\r\nhow to\r\n\r\nrun selenium with ruby and Test::Unit tests\r\n\r\nprerequirements: ruby installed\r\n\r\nthen\r\n\r\ndownload Selenium Standalone Server\r\nhttps://www.seleniumhq.org/download/\r\n\r\nopen the folder where it is downloaded, copy its name and run (this example is with current version on 2019)\r\n```bash\r\njava -jar selenium-server-standalone-3.141.59.jar\r\n```\r\nclose this terminal\r\n\r\ndownload geckodriver\r\nhttps://github.com/mozilla/geckodriver/releases\r\n\r\ninstall geckodriver and set path\r\nhttps://firefox-source-docs.mozilla.org/testing/geckodriver/Usage.html\r\n\r\n(if you use ubuntu linux this link will be helpful:\r\n\r\nhttp://ubuntu.fliplinux.com/geckodriver-ubuntu.html\r\n\r\n)\r\n\r\nopen terminal and install ruby gem selenium-webdriver\r\n```bash\r\ngem install selenium-webdriver\r\n```\r\n(if you use ubuntu linux this link will be helpful:\r\n\r\nhttps://stackoverflow.com/questions/56566599/unable-to-install-ruby-gem-selenium-webdriver-on-ubuntu-19-04\r\n\r\n)\r\n\r\ncheck for gem test-init\r\n```bash\r\ngem list\r\n```\r\nif it not installed, install it\r\n\r\nOpen another terminal and run:\r\n```bash\r\ngit clone https://github.com/radioaktive/selenium-ruby-test-unit\r\ncd selenium-ruby-test-unit\r\nruby selenium-duckduckgo-search.rb\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradioaktive%2Fselenium-ruby-test-unit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradioaktive%2Fselenium-ruby-test-unit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradioaktive%2Fselenium-ruby-test-unit/lists"}