<div dir="ltr"><div class="gmail_extra">Hi Tomislav,</div><div class="gmail_extra"><br></div><div class="gmail_extra" style>comments are inline.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 30, 2013 at 11:37 PM, Tomislav Plavcic <span dir="ltr"><<a href="mailto:tplavcic@gmail.com" target="_blank">tplavcic@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":5km" style="overflow:hidden">I get following error: Unable to pick a platform for the provided browser (RuntimeError)<br>

</div></blockquote><div><br></div><div style>Do you have both Chrome and Chromedriver[1] installed?</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div id=":5km" style="overflow:hidden">
Tried some fixes but nothing worked - maybe some ideas?<br></div></blockquote><div><br></div><div style>What did you try? Code and/or command line output would help.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div id=":5km" style="overflow:hidden">
In Windows when I set this variable I don't get error but tests run in Firefox like I didn't do anything.<br>
I set it as: set BROWSER_LABEL=chrome</div></blockquote><div><br></div><div style>The same question as before, do you have both Chrome and Chromedriver? To check if everything works as expected, type this into command line (do not type "$" and ">" characters):</div>

<div style><br></div><div style><div>$ irb</div><div><br></div><div>> require "watir-webdriver"</div><div> => true </div><div><br></div><div>> browser = Watir::Browser.new :chrome</div><div> => #<Watir::Browser:0x..f9454fc2b5779c322 url="data:text/html;charset=utf-8," title="data:text/html;charset=utf-8,"> </div>

<div><br></div><div style>This opens Chrome on my machine. If it does not work for you, please post command line output.</div><div><br></div></div></div>Željko</div><div class="gmail_extra">--</div><div class="gmail_extra">

1: <a href="https://code.google.com/p/chromedriver/downloads/list">https://code.google.com/p/chromedriver/downloads/list</a><br><br></div></div>