Re: [wtr-general] Re: can you run the scripts on Win10\ chrome? Used to be working a while ago

2018-06-28 Thread 'johnssn' via Watir General
Sometimes the driver and gem get out of whack. Also, Chrome auto-updates. So 3 things, Ruby gems, webdriver binary and the browser platform/version (Nobody expects the Spanish Inquisition.) Selenium-webdriver 3.13.0 was only released 2 days ago. You want to look at all of those. If you're not u

Re: [wtr-general] Re: can you run the scripts on Win10\ chrome? Used to be working a while ago

2018-06-28 Thread c w
This is the error c:\automation>ruby try.rb C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/selenium-webdriver-3.13.0/lib/selenium/webdriver/common/service.rb:142:in `connect_until_stable': unable to connect to chromedriver 127.0.0.1:9515 (Selenium::WebDriver::Error::WebDriverError) from C:/Ruby24-

Re: [wtr-general] Re: can you run the scripts on Win10\ chrome? Used to be working a while ago

2018-06-28 Thread c w
Please tell me what ruby version you use. I upgraded the webdriver well all gems but I still get the error. I have no idea what to do in order to run on chrome. C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/selenium-webdriver-3.13.0/lib/selenium/webdriver/common/service.rb:142:in `connect_until_stable'

Re: [wtr-general] Re: can you run the scripts on Win10\ chrome? Used to be working a while ago

2018-06-27 Thread Justin Ko
> > The question regarding Chrom is still valid. Can anyone drive the chrome > and goto an url on win 10? > Chrome works for me on Windows 10 Pro using: - Watir 6.11 - Selenium-WebDriver 3.13 - Chrome 67 - Chromedriver 2.4 Justin -- -- Before posting, please read https://github.com/watir/wa

Re: [wtr-general] Re: can you run the scripts on Win10\ chrome? Used to be working a while ago

2018-06-26 Thread c w
Excellent! Thank you! I made it working. The question regarding Chrom is still valid. Can anyone drive the chrome and goto an url on win 10? On Mon, Jun 25, 2018 at 3:49 PM, rajagopalan madasami < rajagopalanmadas...@gmail.com> wrote: > This means your element is not visible. > > On Tue 26 Jun,

Re: [wtr-general] Re: can you run the scripts on Win10\ chrome? Used to be working a while ago

2018-06-25 Thread rajagopalan madasami
This means your element is not visible. On Tue 26 Jun, 2018, 1:17 AM c w, wrote: > The problem is that I cannot move forward as I get this error > > element located, but timed out after 30 seconds, waiting for > #"//*[@id=\"Given_Names\"]", > :tag_name=>"a"}> to be present (Watir::Exception::Unk

[wtr-general] Re: can you run the scripts on Win10\ chrome? Used to be working a while ago

2018-06-25 Thread c w
The problem is that I cannot move forward as I get this error element located, but timed out after 30 seconds, waiting for #"//*[@id=\"Given_Names\"]", :tag_name=>"a"}> to be present (Watir::Exception::UnknownObjectException) ./features/support/pages/peopleDependentBeneficiaryPage.rb:31:in `