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 spec tests to use chrome 'Version 
> 72.0.3626.96 (Official Build) (64-bit)' and it is currently running 'Version 
> 72.0.3626.96 (Official Build) (64-bit)'.  
>
> How do I accomplish this?  
>
> Here is our current setup:
>
> args = [
>       
>     ]
>     @opts = Selenium::WebDriver::Chrome::Options.new(args: args)
>     prefs = {
>     }
>     @opts.add_option("prefs", prefs)
>     Watir.default_timeout = 10 
>     @browser = Watir::Browser.new :chrome, options: @opts
>
> I am seeing a tableau error on the latest version which I believe is 
> preventing tabs from displaying for a report.  Though if I navigate o the 
> same report using my own script those tabs display (which uses the version 
> of chrome on my machine).
>
>
> any help would be greatly appreciated.
>
> Thank you,
> Joe
>
>

-- 
-- 
Before posting, please read 
https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group.
 
In short: search before you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]
--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to