Skip to content

radres/chromium-debugger-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Launch chrome on debug mode

MacOS

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 --user-data-dir=remote-profile

install requirements for selenium

pip install --upgrade --force-reinstall chromedriver-binary-auto

run test script to check the actual driver is the debug chrome instance:

python test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages