{"id":89956,"library":"selenium-devtools","title":"Selenium DevTools","description":"Selenium WebDriver now supports limited DevTools interactions, allowing users to specify desired versioning.","status":"active","version":"0.149.0","language":"ruby","source_language":null,"source_url":"https://github.com/SeleniumHQ/selenium","tags":["selenium","devtools","browser","testing","automation"],"install":[{"cmd":"gem install selenium-devtools","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'selenium-devtools', '~> 0.149.0'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"Selenium::DevTools","correct":"require 'selenium/devtools'"}],"quickstart":{"code":"require 'selenium/devtools'\n\n# Example: Enable DevTools in Chrome\noptions = Selenium::WebDriver::Chrome::Options.new\noptions.add_option('goog:loggingPrefs', { performance: 'ALL' })\ndriver = Selenium::WebDriver.for :chrome, options: options\ndriver.get('https://example.com')\nputs driver.execute_cdp('Page.navigate', url: 'https://example.com')","lang":"ruby","description":"Basic usage of Selenium DevTools to interact with Chrome DevTools Protocol."},"warnings":[{"fix":"Ensure your browser version aligns with the selenium-devtools gem version (e.g., v0.149.0 corresponds to Chrome 149).","message":"Requires specific Chrome/Chromium version matching the DevTools version.","severity":"breaking","affected_versions":">= 0.149.0"}],"env_vars":null,"search_vec":"'allow':10 'autom':20 'browser':18 'desir':14 'devtool':2,8,17 'interact':9 'limit':7 'selenium':1,3,16 'specifi':13 'support':6 'test':19 'user':11 'version':15 'webdriv':4","created_at":"2026-06-19T08:55:41.770151+00:00","updated_at":"2026-06-19T08:55:41.770151+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://selenium.dev","github":"https://github.com/SeleniumHQ/selenium","docs":"http://www.rubydoc.info/gems/selenium-devtools/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}