{"library":"percy-selenium","title":"Percy Selenium Python","description":"Python client for visual testing with Percy. Integrates with Selenium to capture screenshots and perform visual regression testing via Percy's cloud service. Current version 2.1.4, supports Python >=3.6, and is maintained by BrowserStack.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install percy-selenium"],"cli":{"name":"percy","version":"sh: 1: percy: not found"}},"imports":["from percy_selenium import Percy","from percy_selenium import percy_screenshot"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from selenium import webdriver\nfrom percy_selenium import Percy\n\n# Initialize Percy with driver\ndriver = webdriver.Chrome()\npercy = Percy(driver)\n\n# Navigate and snapshot\ndriver.get('https://example.com')\npercy.snapshot('Homepage')","lang":"python","description":"Captures a visual snapshot of the current page using the Percy SDK.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}