diff --git a/chrome_remote_shell/__init__.py b/chrome_remote_shell/__init__.py index 60e88ac..6568604 100644 --- a/chrome_remote_shell/__init__.py +++ b/chrome_remote_shell/__init__.py @@ -1,6 +1,6 @@ """ Client for the Google Chrome browser's remote debugging api. - > a = Shell(host='localhost', port=92222) + > a = Shell(host='localhost', port=9222) a.tablist has a list of details on open tabs.