Hi,

I downloaded the chrome drivers and added path as follows:

profile = Selenium::WebDriver::Chrome::Profile.new
        profile['download.prompt_for_download'] = false
        profile['download.default_directory'] =
"C:\\xampp\\htdocs\\Ruby187\\bin"
        browser = Watir::Browser.new :chrome, :profile => profile
        browser.goto("http://yogita/gosocially/re-login.php";)

But still it giving same error as follows:

*

Started ChromeDriver
port=1689
.\test\automation\proxy_launcher.cc(124): error: Value of: app_launched
Actual: 1
Expected: AUTOMATION_SUCCESS
Which is: 0
Error while awaiting automation ping from browser process

.\test\automation\proxy_launcher.cc(259): error: Value of:
automation()->GetBrowserWindowCount(&window_count)
Actual: false
Expected: true

Thanks,
Amit.

*

On Tue, Aug 30, 2011 at 6:12 PM, Amit Bobade <amit.sr...@gmail.com> wrote:

> Okay......Thank you four great help Yuping and Alister.
>
> Thanks,
> -Amit
>
> On Tue, Aug 30, 2011 at 3:33 PM, Yuping Zhong <littlezhong...@gmail.com>wrote:
>
>> Hi Amit,
>>
>> You need to download the chrome driver and put it on your PATH.
>>
>>
>> On Tue, Aug 30, 2011 at 5:15 PM, Amit Bobade <amit.sr...@gmail.com>wrote:
>>
>>> Thank you very much for your reply, Alister.
>>>
>>> I am using watir-webdriver, so still do I need to download Chrome driver?
>>> I think, watir -webdriver support Chrome, FF and IE.
>>>
>>> Thanks,
>>>
>>>
>>> On Tue, Aug 30, 2011 at 12:03 PM, Alister Scott <alister.sc...@gmail.com
>>> > wrote:
>>>
>>>> have you downloaded the chromdriver and put it on your path
>>>> http://watirwebdriver.com/chrome/
>>>>
>>>> --
>>>> Before posting, please read http://watir.com/support. In short: search
>>>> before you ask, be nice.
>>>>
>>>> watir-general@googlegroups.com
>>>> http://groups.google.com/group/watir-general
>>>> watir-general+unsubscr...@googlegroups.com
>>>>
>>>
>>>
>>>
>>> --
>>> Thanks and Regards,
>>> Amit
>>>
>>>  --
>>> Before posting, please read http://watir.com/support. In short: search
>>> before you ask, be nice.
>>>
>>> watir-general@googlegroups.com
>>> http://groups.google.com/group/watir-general
>>> watir-general+unsubscr...@googlegroups.com
>>>
>>
>>  --
>> Before posting, please read http://watir.com/support. In short: search
>> before you ask, be nice.
>>
>> watir-general@googlegroups.com
>> http://groups.google.com/group/watir-general
>> watir-general+unsubscr...@googlegroups.com
>>
>
>
>
> --
> Thanks and Regards,
> Amit
>
>


-- 
Thanks and Regards,
Amit

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

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to