<div dir="ltr">One related tip to share - in case anyone else has encountered difficulties installing ChromeDriver on the most recent version of Mac OS (Mavericks), I found that it worked flawlessly with Homebrew (<a href="http://brew.sh">http://brew.sh</a>)<div>
<br></div><div>I love Homebrew in general, since it allows you to install things like ChromeDriver just this easily:</div><div><br></div><div><i>brew install chromedriver</i><br></div><div><br></div><div>It works like magic, and who doesn't love magic?</div>
<div><br></div><div>- Jeff</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 14, 2013 at 1:01 PM, Chris McMahon <span dir="ltr"><<a href="mailto:cmcmahon@wikimedia.org" target="_blank">cmcmahon@wikimedia.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="im">On Thu, Nov 14, 2013 at 12:55 PM, Jeffrey Hall <span dir="ltr"><<a href="mailto:jhall@wikimedia.org" target="_blank">jhall@wikimedia.org</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 dir="ltr"><div><br></div><div>When I had problems with the same test earlier (because it was unable to locate the UploadWizard page), that was a consequence of the MEDIAWIKI_URL environment variable value being set to "<a href="http://en.wikipedia.beta.wmflabs.org/wiki/" target="_blank">http://en.wikipedia.beta.wmflabs.org/wiki/</a>"</div>


<div><br></div><div>(Just thought I'd share this info in case anyone else is still getting their feet wet like me…)</div></div></blockquote><div><br></div></div><div>Yes, exactly.  FWIW, when I run tests locally, the environment variables I use constantly are: </div>

<div><br></div><div>MEDIAWIKI_USER (often Selenium_user)</div><div>MEDIAWIKI_PASSWORD (let me know if you need this)</div><div>MEDIAWIKI_URL (defaults to beta enwiki, as Jeff noted above)</div><div>and</div><div>BROWSER_LABEL  (either 'chrome' or 'firefox' (default value) on my local Linux machine.  Note that if you want to use Chrome you need ChromeDriver on the local machine, <a href="https://code.google.com/p/selenium/wiki/ChromeDriver" target="_blank">https://code.google.com/p/selenium/wiki/ChromeDriver</a>, it should Just Work if you follow the instructions there)</div>

</div></div></div>
<br>_______________________________________________<br>
QA mailing list<br>
<a href="mailto:QA@lists.wikimedia.org">QA@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/qa" target="_blank">https://lists.wikimedia.org/mailman/listinfo/qa</a><br>
<br></blockquote></div><br></div>