GithubHelp home page GithubHelp logo

Comments (3)

marty90 avatar marty90 commented on August 24, 2024

Did you start chrome before executing your script ?

from pychromedevtools.

muslu avatar muslu commented on August 24, 2024

Hello;

Same error. Chrome is open with remote debug.

google-chrome --remote-debugging-port=9222

and giving this error.

requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=9222): Max retries exceeded with url: /json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7770ef8c50>: Failed to establish a new connection: [Errno 111] Connection refused',))

end python file:

import PyChromeDevTools
import time

chrome = PyChromeDevTools.ChromeInterface()
chrome.Network.enable()
chrome.Page.enable()

start_time = time.time()
chrome.Page.navigate(url="http://www.muslu.com/")
chrome.wait_event("Page.loadEventFired", timeout=60)
end_time = time.time()

print ("Page Loading Time:", end_time - start_time)

from pychromedevtools.

marty90 avatar marty90 commented on August 24, 2024

This might be a problem on the Chrome side. Try the bash command
curl http://localhost:9222/json/list
and see if it fails or not.

from pychromedevtools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.