{"id":15043963,"url":"https://github.com/rtorres90/webelement_highlighter","last_synced_at":"2025-10-23T15:30:30.708Z","repository":{"id":62588470,"uuid":"86856041","full_name":"rtorres90/webelement_highlighter","owner":"rtorres90","description":"a simple library to highlight WebElements","archived":false,"fork":false,"pushed_at":"2021-03-17T20:11:36.000Z","size":22,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T19:11:17.275Z","etag":null,"topics":["python","qa","selenium","selenium-webdriver","testing","webdriver","webelement"],"latest_commit_sha":null,"homepage":null,"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/rtorres90.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":"2017-03-31T20:03:22.000Z","updated_at":"2021-10-23T16:13:13.000Z","dependencies_parsed_at":"2022-11-03T17:51:10.670Z","dependency_job_id":null,"html_url":"https://github.com/rtorres90/webelement_highlighter","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtorres90%2Fwebelement_highlighter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtorres90%2Fwebelement_highlighter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtorres90%2Fwebelement_highlighter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtorres90%2Fwebelement_highlighter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtorres90","download_url":"https://codeload.github.com/rtorres90/webelement_highlighter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237843849,"owners_count":19375215,"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","qa","selenium","selenium-webdriver","testing","webdriver","webelement"],"created_at":"2024-09-24T20:49:53.077Z","updated_at":"2025-10-23T15:30:30.345Z","avatar_url":"https://github.com/rtorres90.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"WebElementHighlighter\n=====================\n[![Python linting](https://github.com/rtorres90/webelement_highlighter/actions/workflows/python-package.yml/badge.svg?branch=master)](https://github.com/rtorres90/webelement_highlighter/actions/workflows/python-package.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nWebElementHighlighter is library to highlight WebElements. It was made to use it on automated tests, specially when you want to highlight errors on a webpage.\n\nFeatures.\n---------\n\n* You can make WebElements blink changing their background and border styles.\n* You can change the background style of WebElements.\n* You can change the border styles of WebElements.\n\n\nHow to use.\n-----------\n```python\nfrom webelement_highlighter import WebElementHighlighter\nfrom selenium import webdriver\n\ndriver = webdriver.Chrome()\ndriver.get(\"https://www.w3schools.com/js/default.asp\")\n\nwh = WebElementHighlighter(driver)\n\nwe = driver.find_element_by_id(\"topnavbtn_references\")\nwes = driver.find_elements_by_class_name(\"w3-col\")\n\nwh.make_it_blink(we)\nwh.make_them_blink(wes, times=20)\n\nwh.highlight_element(we)\nwh.highlight_elements(wes, stop=True)\n```\n\nHow to install.\n---------------\n\n```\npip install webelement_highlighter\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtorres90%2Fwebelement_highlighter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtorres90%2Fwebelement_highlighter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtorres90%2Fwebelement_highlighter/lists"}