github seleniumbase/SeleniumBase v1.50.17
Add the "--remote-debug" option to use Chrome's Remote Debugger

latest releases: v4.27.0, v4.26.4, v4.26.3...
3 years ago

Add the "--remote-debug" option to use Chrome's Remote Debugger

  • Add the --remote-debug option to use Chromium's Remote Debugger (from the Chrome DevTools Protocol)
  • Also upgrade "pip": pip>=20.3.1
  • Also make a few minor updates to assert_title() and get_beautiful_soup()

See https://chromedevtools.github.io/devtools-protocol/ for more info on the Chrome DevTools Protocol.

When using --remote-debug on the command line with pytest, you can access the Remote Debugger by going to: http://localhost:9222 while Chromedriver is running.

Don't miss a new SeleniumBase release

NewReleases is sending notifications on new releases.