{"id":15018778,"url":"https://github.com/mpjp/debugginglibrary","last_synced_at":"2025-10-23T22:32:31.815Z","repository":{"id":44346404,"uuid":"193641916","full_name":"mpjp/DebuggingLibrary","owner":"mpjp","description":"Library for remote chrome browser on robot framework","archived":false,"fork":false,"pushed_at":"2021-02-16T13:19:08.000Z","size":7,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-30T21:35:11.845Z","etag":null,"topics":["debugging","library","python3","robot-framework"],"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/mpjp.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":"2019-06-25T05:42:06.000Z","updated_at":"2022-07-09T11:51:55.000Z","dependencies_parsed_at":"2022-09-26T20:11:03.708Z","dependency_job_id":null,"html_url":"https://github.com/mpjp/DebuggingLibrary","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/mpjp%2FDebuggingLibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpjp%2FDebuggingLibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpjp%2FDebuggingLibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpjp%2FDebuggingLibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpjp","download_url":"https://codeload.github.com/mpjp/DebuggingLibrary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237893633,"owners_count":19383090,"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":["debugging","library","python3","robot-framework"],"created_at":"2024-09-24T19:52:26.799Z","updated_at":"2025-10-23T22:32:26.716Z","avatar_url":"https://github.com/mpjp.png","language":"Python","readme":"# DebuggingLibrary\nLibrary for remote chrome browser\n\n[![Downloads](https://pepy.tech/badge/mpjp-debugginglibrary)](https://pepy.tech/project/mpjp-debugginglibrary)\n\nIntroduction\n------------\nThis keyword library is based on [Robot Framework](https://robotframework.org/). In my experience in developing automation test cases, every time we want to check the specific action, we may run the whole test script but it also wastes a lot of time.\n\nSo this library provides a keyword `Debug::Execute On Opened Browser` that can keep running the test scripts on the same browser.\n\nInstallation\n----------\n* Using pip\n  \n      pip install mpjp-debuggingLibrary\n* \u003ca id=\"open\"\u003e\u003c/a\u003e**Open remote chrome browser**\n  * Setting the location of chrome browser as environmental variables\n  * Create an empty folder at **C:\\testChrome**\n  * Input the command below\n   \n        chrome.exe --remote-debugging-port=9014 --user-data-dir=\"C:\\testChrome\"\n    \u003e **9014** is port, you can change any port you want.\n        - **C:\\\\testChrome** location can change to any folder you want to set chrome data. \n    \n    The clean chrome browser should be opened.\n\nExample\n-----\n[Open remote chrome browser](#open) then go to `google` page.\n\nRun the test case below :\n```robotframework\n*** Settings ***\nLibrary    SeleniumLibrary\nLibrary    DebuggingLibrary  #import library\n\n*** Test Cases ***\nSearch Robot Framework On Google\n    Debug::Execute On Opened Browser  ##\n    Input Text    name=q    Robot Framework\n    Press Key     name=q    \\\\13\n    Page Should Contain    Robot Framework    \n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpjp%2Fdebugginglibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpjp%2Fdebugginglibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpjp%2Fdebugginglibrary/lists"}