{"id":43876773,"url":"https://github.com/solairen/docker_robotframework","last_synced_at":"2026-02-06T14:45:14.374Z","repository":{"id":38004928,"uuid":"301429346","full_name":"solairen/docker_robotframework","owner":"solairen","description":"GitHub Action for deploying Helm charts","archived":false,"fork":false,"pushed_at":"2025-12-26T09:50:01.000Z","size":127,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T21:43:46.632Z","etag":null,"topics":["docker","docker-container","docker-images","headless-chrome","python","robotframework"],"latest_commit_sha":null,"homepage":"","language":"RobotFramework","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/solairen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://www.paypal.com/paypalme/solairen32"}},"created_at":"2020-10-05T14:06:49.000Z","updated_at":"2025-12-26T09:50:03.000Z","dependencies_parsed_at":"2023-12-07T21:24:55.470Z","dependency_job_id":"4a753413-6c49-40bb-9865-720b26020b1f","html_url":"https://github.com/solairen/docker_robotframework","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/solairen/docker_robotframework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solairen%2Fdocker_robotframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solairen%2Fdocker_robotframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solairen%2Fdocker_robotframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solairen%2Fdocker_robotframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solairen","download_url":"https://codeload.github.com/solairen/docker_robotframework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solairen%2Fdocker_robotframework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29165090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","docker-container","docker-images","headless-chrome","python","robotframework"],"created_at":"2026-02-06T14:45:13.618Z","updated_at":"2026-02-06T14:45:14.359Z","avatar_url":"https://github.com/solairen.png","language":"RobotFramework","funding_links":["https://www.paypal.com/paypalme/solairen32"],"categories":[],"sub_categories":[],"readme":"### About:\n* Base Image: Python 3.14.0-slim-trixie\n\nThis docker container contains:\n* [Python](https://www.python.org/) 3.14.0\n* [Selenium](https://www.selenium.dev/) 4.36.0\n* [RobotFramework](https://robotframework.org/) 7.3.2\n* [SeleniumLibrary](https://robotframework.org/SeleniumLibrary/) 6.8.0\n* [Chromium](https://www.chromium.org/) \u0026 ChromeDriver 131.0.6778.204\n* [Requests](https://docs.python-requests.org/en/latest/) 2.32.5\n* [Beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/) 4.14.2\n* [Flask](https://palletsprojects.com/p/flask/) 3.1.2\n\n### How to build or download:\n#### Build docker images from Dockerfile:\n* docker build . -t {tagname}\n\n#### Download from Docker repository:\n* docker pull moleszek/robotframework:latest\n\n### How to run:\n#### To run robot framework script using robotframework Docker image directly:\n* docker run -it --rm -v {localFolderPath}:/robot moleszek/robotframework:latest -m robot {robotTest}.robot\n\n#### Add headless Chromium to keywords\nInside the **keywords** section add:\n```robot\n*** Keywords ***\nChromium Headless\n    ${chrome_options}=    Evaluate    sys.modules['selenium.webdriver'].ChromeOptions()    sys, selenium.webdriver\n    Call Method    ${chrome_options}    add_argument    --disable-extensions\n    Call Method    ${chrome_options}    add_argument    --headless\n    Call Method    ${chrome_options}    add_argument    --disable-gpu\n    Call Method    ${chrome_options}    add_argument    --no-sandbox\n    Call Method    ${chrome_options}    add_argument    --disable-dev-shm-usage\n    Evaluate    setattr($chrome_options, 'binary_location', '/usr/bin/chromium')\n    ${service}=    Evaluate    sys.modules['selenium.webdriver.chrome.service'].Service(executable_path='/usr/bin/chromedriver')    sys, selenium.webdriver.chrome.service\n    Create Webdriver    Chrome    options=${chrome_options}    service=${service}\n```\n\nThis **keyword** allows to run Chromium in headless mode.\n\nSee [example](tests/example.robot).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolairen%2Fdocker_robotframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolairen%2Fdocker_robotframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolairen%2Fdocker_robotframework/lists"}