{"id":15018796,"url":"https://github.com/ilfirinpl/robotframework-marcinkoperski","last_synced_at":"2025-10-23T23:30:22.972Z","repository":{"id":1759411,"uuid":"44108285","full_name":"IlfirinPL/robotframework-MarcinKoperski","owner":"IlfirinPL","description":"Bundle contains all useful libraries, add missing functionality for Great RobotFramework","archived":false,"fork":false,"pushed_at":"2022-11-15T21:29:47.000Z","size":892,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T21:35:21.258Z","etag":null,"topics":["python","robotframework"],"latest_commit_sha":null,"homepage":"","language":"Python","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/IlfirinPL.png","metadata":{"files":{"readme":"README.rst","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":"2015-10-12T13:13:31.000Z","updated_at":"2022-11-15T19:49:18.000Z","dependencies_parsed_at":"2023-01-13T11:22:21.190Z","dependency_job_id":null,"html_url":"https://github.com/IlfirinPL/robotframework-MarcinKoperski","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlfirinPL%2Frobotframework-MarcinKoperski","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlfirinPL%2Frobotframework-MarcinKoperski/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlfirinPL%2Frobotframework-MarcinKoperski/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlfirinPL%2Frobotframework-MarcinKoperski/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IlfirinPL","download_url":"https://codeload.github.com/IlfirinPL/robotframework-MarcinKoperski/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237893717,"owners_count":19383098,"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":["python","robotframework"],"created_at":"2024-09-24T19:52:28.433Z","updated_at":"2025-10-23T23:30:17.542Z","avatar_url":"https://github.com/IlfirinPL.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"robotframework-MarcinKoperski\n===============\nlibrary for Robot Framework\n\n\n.. image:: https://img.shields.io/pypi/v/robotframework-MarcinKoperski.svg\n    :target: https://pypi.python.org/pypi/robotframework-MarcinKoperski\n\n.. image:: https://img.shields.io/pypi/l/robotframework-MarcinKoperski.svg\n    :target: http://www.gnu.org/licenses/mit.html\n\n.. contents::\n   :local:\n\nNews/Changelog\n------------\n* Image processing is using PILLOW instead of Image Magick ( all dependenices with choco removed)\n* Remove Support for Python 2.7\n* Remove Keywords that are better supported via RPAFramework\n* better support python3 add automatic test in github, also automatic release in https://pypi.org\n\n\n\n=================================================\n\nIntroduction\n------------\nRobot framework is great tools but there is always some functions that were missing, to solve it issues this library were created.\nAlso to make environment more consistent.\n\n\nKeyword documentation\n---------------------\nLink to `Keyword Documentation`_\n\n.. _`Keyword Documentation`: http://ilfirinpl.github.io/robotframework-MarcinKoperski/doc/TestToolsMK.html\n\nExample\n------------\n\nTo use it add Library \"TestToolsMK\" to your robotframework projects\n\n\n.. code:: robotframework\n\n\t*** Settings ***\n\tDocumentation       This test show how to create delta gif and evaluate if screenshot are similar\n\tLibrary             TestToolsMK\n\tLibrary             SeleniumLibrary\n\n\n\t*** Test Cases ***\n\tExample Test\n\t    Open Browser Extension    https://www.google.com/search?hl=en\u0026q=test    browser=gc    width=1366    height=768    x=0    y=0\n\t    ${path1}    Capture Page Screenshot\n\t    Go To Smart    https://www.bing.com/search?q=test\n\t    ${path2}    Capture Page Screenshot\n\t    ${delta}    Compare Image Files    ${path1}    ${path2}\n\t    Log To Console    ${delta}\n\t    ${delta value}    Image Should Be Difference Less Then    ${path1}    ${path2}    difference_percent=3\n\t    [Teardown]    Close All Browsers\n\n\n\nPrerequisites\n-------------\n- Python 3.9  // tested on linux\n\n__ https://www.python.org/downloads\n\nInstallation or Update\n------------\n\nBest way to setup is to use following commands , skip steps that you already have\n\nwindows\n::\n\tpip install -U robotframework-MarcinKoperski\n\nlinux\n::\n\tsudo pip install -U robotframework-MarcinKoperski\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filfirinpl%2Frobotframework-marcinkoperski","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filfirinpl%2Frobotframework-marcinkoperski","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filfirinpl%2Frobotframework-marcinkoperski/lists"}