Note that there are some explanatory texts on larger screens.

plurals
  1. POirb Selenium-webdriver errors with Watir-automated Chrome
    primarykey
    data
    text
    <p><em><strong>Hi, first of all I'm not sure if any of the information here is sensitive but just to be sure, I've redacted some of the numbers (I think to do with my web connection settings) except the port, please let me know if these are needed!</em></strong></p> <p>I've installed the Chromedriver for v 28-31 of Chrome on Windows (I think it's currently on stable channel v29) and on the first load:</p> <pre><code>&gt;require "watir-webdriver" =&gt; true browser = Watir::Browser.new :chrome </code></pre> <p>Unlike in the <a href="https://leanpub.com/watirbook" rel="nofollow">Watir installation guide</a> I got "Starting" not "Started" Chromedriver, (the port wasn't as in the guidebook either) and then on the next line:</p> <pre><code>Selenium::WebDriver::Error::UnknownError: unknown error: unable to discover open pages (Driver info: chromedriver=2.3,platform=Windows NT 6.1 SP1 x86_64) </code></pre> <p>and then a list of "from" <code>/Ruby193/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.35.1/lib/selenium/webdriver</code> <code>/remote</code> <code>/chrome</code> and <code>/common</code></p> <p>Trying to reenter the process with <code>require "watir-webdriver"</code> gave <code>false</code> after that, so I exitted irb and retried which came back <code>true</code></p> <p>Obviously I'm wary of what's going on here, and thought it best to ask why I'm now getting the following error when repeating <code>browser = Watir::Browser.new :chrome</code> :</p> <pre><code>Starting ChromeDriver (v2.3) on port **** [****:****:****/******:Error:textfield.h(173)] NOT IMPLEMENTED [****:****:****/******:ERROR:platform_thread_win.cc(127)] NOT IMPLEMENTED ==&gt; #&lt;Watir::Browser:0x54aff50c url="about:blank" title="about:blank"&gt; </code></pre> <p>After that, the commands (<code>browser.goto</code> etc.) were just working as normal, but wanted to find out what's going on if anyone understands these error messages?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload