Git Product home page Git Product logo

Comments (6)

flavorjones avatar flavorjones commented on September 24, 2024 2

I've documented configuration in 526fbf9. Thanks for prompting this conversation!

from chromedriver-helper.

thutterer avatar thutterer commented on September 24, 2024 1

That's okay ☺️ For now I have a work-around in place that allows me to see logs.

Just in case anyone else needs this before the gem supports it: I renamed the chromedriver executable and in its place I have a simple bash script like this:

/home/jenkins/.chromedriver-helper/2.41/linux64/chromedriver.bin --log-path=/tmp/chromedriver.log --log-level=SEVERE $@

That's pretty ugly but does the job until we have options for logging ... or until I try to update the chromedriver version, which would of course break this hack πŸ˜‰

from chromedriver-helper.

flavorjones avatar flavorjones commented on September 24, 2024

Thank you for submitting this! I'm just back from vacation and it will take a few days to catch up on everything. Thanks for your patience.

from chromedriver-helper.

n-rodriguez avatar n-rodriguez commented on September 24, 2024
    Capybara::Selenium::Driver.new(app,
      browser: :chrome,
      options: options,
      driver_opts: {
        log_path: '/tmp/chrome.log',
        verbose:  true
      }
    )

from chromedriver-helper.

flavorjones avatar flavorjones commented on September 24, 2024

@thutterer does @n-rodriguez's suggested workaround satisfy your needs? Although I could add a feature to chromedriver-helper to pass args through, it might be better to use the features of Capybara::Selenium as the comment suggests.

from chromedriver-helper.

thutterer avatar thutterer commented on September 24, 2024

Yes, that should do it. I'll give it a try next time I touch our CI config!
I just can't find it documented anywhere.
If I had a link to its documentation, I'd add a link to your README ;)

But from my side, this issue can be closed.

from chromedriver-helper.

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.