Re: [wtr-general] Re: latest watir giving error with firefox

2016-12-15 Thread Titus Fortner
s change > should > # be safe. > ChildProcess.posix_spawn = true > > -- > *From:* naveen kumar <navee...@gmail.com> > *To:* Watir General <watir-...@googlegroups.com> > *Sent:* Thursday, December 15, 2016 11:09 AM > *Subject:* [wtr

Re: [wtr-general] Re: latest watir giving error with firefox

2016-12-15 Thread naveen kumar
afe. >> ChildProcess.posix_spawn = true >> >> -- >> *From:* naveen kumar <navee...@gmail.com> >> *To:* Watir General <watir-...@googlegroups.com> >> *Sent:* Thursday, December 15, 2016 11:09 AM >> *Subject:* [wtr-genera

Re: [wtr-general] Re: latest watir giving error with firefox

2016-12-15 Thread Titus Fortner
# be safe. > ChildProcess.posix_spawn = true > > -- > *From:* naveen kumar <navee...@gmail.com > > *To:* Watir General <watir-...@googlegroups.com > > *Sent:* Thursday, December 15, 2016 11:09 AM > *Subject:* [wtr-general] Re: latest watir giving e

Re: [wtr-general] Re: latest watir giving error with firefox

2016-12-15 Thread 'John Fitisoff' via Watir General
m> Sent: Thursday, December 15, 2016 11:09 AM Subject: [wtr-general] Re: latest watir giving error with firefox This is the begining trace C:\Users\nnalam\workspace\Arachni>ruby Login_script_2.rbException `ChildProcess::Error' at C:/Ruby200/lib/ruby/gems/2.0.0/gems/childprocess-0.5.9/l

[wtr-general] Re: latest watir giving error with firefox

2016-12-15 Thread naveen kumar
This is the begining trace C:\Users\nnalam\workspace\Arachni>ruby Login_script_2.rb Exception `ChildProcess::Error' at C:/Ruby200/lib/ruby/gems/2.0.0/gems/childprocess-0.5.9/lib/childprocess/windows/lib.rb:385 - The parameter is incorrect. (87) Exception `ChildProcess::Error' at

[wtr-general] Re: latest watir giving error with firefox

2016-12-15 Thread Titus Fortner
I'm looking for the beginning part of the stdout, not just the stack trace. Thanks, Titus On Thursday, December 15, 2016 at 12:33:00 PM UTC-6, naveen kumar wrote: > > Additional stack trace > > # @args=["C:/Naveen/softwares/geckodriver/geckodriver.exe", >

[wtr-general] Re: latest watir giving error with firefox

2016-12-15 Thread naveen kumar
Additional stack trace #>, @stderr=#>, @cwd=nil, @detach=false, @duplex=false, @leader=false, @environment={}, @ 12820, @handle=#, @closed=false>> : [{:exited?=>true, :code=>12820}] C:/Ruby200/lib/ruby/2.0.0/net/http/generic_request.rb:27:in `initialize': HTTP request path is empty

[wtr-general] Re: latest watir giving error with firefox

2016-12-15 Thread naveen kumar
I am getting this error trace. Exception `ChildProcess::Error' at C:/Ruby200/lib/ruby/gems/2.0.0/gems/childprocess-0.5.9/lib/childprocess/windows/lib.rb:385 - The parameter is incorrect. (87) Exception `ChildProcess::Error' at

[wtr-general] Re: latest watir giving error with firefox

2016-12-15 Thread Titus Fortner
I have an idea what might be going on, but this shouldn't be the error you are getting. Can you please add this line before you initialize the Browser? $DEBUG = true Then reply with the results. Thanks, Titus On Thursday, December 15, 2016 at 11:23:45 AM UTC-6, naveen kumar wrote: > > Hi , >