Registry / testing / selenium-devtools

selenium-devtools

JSON →
library0.149.0rbrubygemsunverified

Selenium WebDriver now supports limited DevTools interactions, allowing users to specify desired versioning.

gem install selenium-devtools
INSTALL
IMPORT
SIG · SELENIUM-DEVTOOLS
S
selenium-devtools
testingrubyv0.149.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Selenium::DevTools
require 'selenium/devtools'

Basic usage of Selenium DevTools to interact with Chrome DevTools Protocol.

require 'selenium/devtools' # Example: Enable DevTools in Chrome options = Selenium::WebDriver::Chrome::Options.new options.add_option('goog:loggingPrefs', { performance: 'ALL' }) driver = Selenium::WebDriver.for :chrome, options: options driver.get('https://example.com') puts driver.execute_cdp('Page.navigate', url: 'https://example.com')
Debug
Known issues
breakingRequires specific Chrome/Chromium version matching the DevTools version.
fix
Ensure your browser version aligns with the selenium-devtools gem version (e.g., v0.149.0 corresponds to Chrome 149).
affects: >= 0.149.0
Upgrade
Version history
0.149.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
selenium-devtools — gem install selenium-devtools · libregistry