{ "version": "0.4.12", "description": "Selenium Manager is a command-line tool developed in Rust to allow cross platform execution.", "homepage": "https://www.selenium.dev/blog/2022/introducing-selenium-manager", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/SeleniumHQ/selenium/raw/trunk/common/manager/windows/selenium-manager.exe", "hash": "3c6205b73c4efb8a7cb3a5acafbc766bf9e046793d5713fbf93701f5d49a2d51" } }, "bin": "selenium-manager.exe", "checkver": { "script": [ "$executable = \"selenium-manager.exe\"", "Invoke-WebRequest -URI \"https://github.com/SeleniumHQ/selenium/raw/trunk/common/manager/windows/$executable\" -OutFile $executable", "[array] $cmdOutput = Invoke-Expression \".\\$executable --version\"", "Remove-Item $executable", "$cmdOutput" ], "regex": "selenium-manager (.+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/SeleniumHQ/selenium/raw/trunk/common/manager/windows/selenium-manager.exe" } } } }