[wtr-general] Re: how can I set chrome to a use a specific version?

2019-02-11 Thread Titus Fortner
You install the exact version of Chrome you want on your machine, or you install it separately and set the path with: `Selenium::WebDriver::Chrome.path = "/path/to/my/chrome/binary"` On Wednesday, February 6, 2019 at 3:53:50 PM UTC-6, Joe Fl wrote: > > Hi all. > > I would like to set my watir

[wtr-general] Re: List of items that refresh every second

2019-02-11 Thread Titus Fortner
I'm not certain I understand what you are looking for. For a specific test run you can get a progress bar with an RSpec formatter like https://github.com/thekompanee/fuubar Most of the time, though "Jobs" are "Test Suite Executions" and status is handled by CI tools like Jenkins. On