hi,

I saved the newest version of the chromedriver in /usr/bin/ directory.

But when I try and use it I get the following error message:

ree-1.8.7-2010.02 :003 > @w = Watir::Browser.new :chrome
Selenium::WebDriver::Error::WebDriverError: proxy must be of type
dictionary, not null. Received: null

        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver/remote/response.rb:45:in
`assert_ok'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver/remote/response.rb:15:in
`initialize'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver/remote/http/common.rb:54:in
`new'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver/remote/http/common.rb:54:in
`create_response'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver/remote/http/default.rb:64:in
`request'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver/remote/http/common.rb:35:in
`call'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver/remote/bridge.rb:410:in
`raw_execute'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver/remote/bridge.rb:88:in
`create_session'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver/remote/bridge.rb:68:in
`initialize'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver/chrome/bridge.rb:22:in
`initialize'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver/common/driver.rb:35:in
`new'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver/common/driver.rb:35:in
`for'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/selenium-webdriver-2.7.0/lib/selenium/webdriver.rb:81:in
`for'
        from 
/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/gems/watir-webdriver-0.3.4/lib/watir-webdriver/browser.rb:35:in
`initialize'
        from (irb):3:in `new'
        from (irb):3

I am not sure what this means.  Can someone help?

Thank you,
Joe


On Mon, Aug 6, 2012 at 2:11 PM, Joe Fleck <[email protected]> wrote:
> It does require you to have Xcode 4.3.3.
>
> On Mon, Aug 6, 2012 at 2:04 PM, Dan <[email protected]> wrote:
>>
>> Awesome tip.  I had no idea you could do this.
>>
>> On Monday, August 6, 2012 1:01:27 PM UTC-4, Felipe Kuhn wrote:
>>>
>>> If you are using a Mac, you are probably better off using Homebrew to
>>> install and update chromedriver
>>>
>>> http://mxcl.github.com/homebrew/
>>>
>>> brew update
>>> brew upgrade chromedriver
>>>
>>> On Mon, Aug 6, 2012 at 1:59 PM, Joe Fleck <[email protected]> wrote:
>>>>
>>>> Hi Željko,
>>>>
>>>> I was following the MAC installation instructions.
>>>>
>>>> I think thats the problem I can't seem to find were I originally pasted
>>>> it.
>>>>
>>>> I reran the command from the installation instructions and here is the
>>>> outcome:
>>>>
>>>> Josephs-MacBook-Pro:~ josephfleck$ echo $PATH
>>>>
>>>> /Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02/bin:/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02@global/bin:/Users/josephfleck/.rvm/rubies/ree-1.8.7-2010.02/bin:/Users/josephfleck/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin
>>>>
>>>> now I don't see the .rvm folder.
>>>>
>>>> Is there a setting I need to change on my MAC to see it?
>>>>
>>>> Joe
>>>>
>>>> On Mon, Aug 6, 2012 at 12:31 PM, Željko Filipin <[email protected]>
>>>> wrote:
>>>> > On Mon, Aug 6, 2012 at 6:05 PM, Joe Fl <[email protected]> wrote:
>>>> >> I am trying to update my chromedriver from 16.0.902 to 21 but not sure
>>>> >> how
>>>> >> to.
>>>> >
>>>> > Just copy the new file over the old one. Where did you put chromedriver
>>>> > file
>>>> > previously?
>>>> >
>>>> >> I followed the install instructions and when I execute the following:
>>>> >
>>>> > What instructions are you following?
>>>> >
>>>> > Željko
>>>> > --
>>>> > filipin.eu
>>>> >
>>>> >
>>>> > --
>>>> > Before posting, please read http://watir.com/support. In short: search
>>>> > before you ask, be nice.
>>>> >
>>>> > [email protected]
>>>> > http://groups.google.com/group/watir-general
>>>> > [email protected]
>>>>
>>>> --
>>>> Before posting, please read http://watir.com/support. In short: search
>>>> before you ask, be nice.
>>>>
>>>> [email protected]
>>>> http://groups.google.com/group/watir-general
>>>> [email protected]
>>>
>>>
>> --
>> Before posting, please read http://watir.com/support. In short: search
>> before you ask, be nice.
>>
>> [email protected]
>> http://groups.google.com/group/watir-general
>> [email protected]

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to