Giter Club home page Giter Club logo

Comments (5)

reganp avatar reganp commented on June 23, 2024

Just noticed this: "(currently supports Chrome only on Windows and Linux)". Do you have ETA on IE / Firefox please?

from webpagetest.agent.

pmeenan avatar pmeenan commented on June 23, 2024

IE isn't supported yet.

Firefox should work and shouldn't require anything in browsers.ini. It should detect both stable and nightly installs. That said, if you define it manually, you need to add "type=Firefox" after the exe definition so it knows how to drive it.

from webpagetest.agent.

reganp avatar reganp commented on June 23, 2024

Thanks Patrick. When I try to run test in Firefox without browsers.ini entry I get this in console output:
"Unhandled exception running test: No module named marionette_driver.marionette Traceback (most recent call last): File "C:\wptagent-new\wptagent\wptagent.py", line 64, in run_testing self.run_single_test() File "C:\wptagent-new\wptagent\wptagent.py", line 111, in run_single_test browser.launch(self.job, self.task) File "C:\wptagent-new\wptagent\internal\firefox.py", line 98, in launch from marionette_driver.marionette import Marionette ImportError: No module named marionette_driver.marionette"

from webpagetest.agent.

pmeenan avatar pmeenan commented on June 23, 2024
pip install marionette_driver

from webpagetest.agent.

reganp avatar reganp commented on June 23, 2024

The Firefox browser is locking up and I'm getting this console error:
Unhandled exception running test: No data received over socket
Traceback (most recent call last):
File "C:\wptagent-new\wptagent\wptagent.py", line 64, in run_testing
self.run_single_test()
File "C:\wptagent-new\wptagent\wptagent.py", line 111, in run_single_test
browser.launch(self.job, self.task)
File "C:\wptagent-new\wptagent\internal\firefox.py", line 119, in launch
self.marionette.set_window_size(height=task['height'], width=task['width'])
File "C:\Python27\lib\site-packages\marionette_driver\marionette.py", line 204
3, in set_window_size
return self._send_message("setWindowSize", body)
File "C:\Python27\lib\site-packages\marionette_driver\decorators.py", line 28,
in _
m._handle_socket_failure()
File "C:\Python27\lib\site-packages\marionette_driver\decorators.py", line 23,
in _
return func(*args, **kwargs)
File "C:\Python27\lib\site-packages\marionette_driver\marionette.py", line 731
, in _send_message
msg = self.client.request(name, params)
File "C:\Python27\lib\site-packages\marionette_driver\transport.py", line 284,
in request
return self.receive()
File "C:\Python27\lib\site-packages\marionette_driver\transport.py", line 184,
in receive
raise socket.error("No data received over socket")

from webpagetest.agent.

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.