<div dir="ltr">On Fri, Jul 19, 2013 at 5:16 PM, Tobi Gritschacher <span dir="ltr"><<a href="mailto:tobias.gritschacher@wikimedia.de" target="_blank">tobias.gritschacher@wikimedia.de</a>></span> wrote:<br><div class="gmail_extra">



<div class="gmail_quote"><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>In a selenium test, if I try to enter a string containig the ° (degree) symbol into a textfield (e.g. 42° 09.231' N 008° 34.386' E), that would not work with chrome. it works fine in firefox, but in chrome it just leaves the ° out, resulting in a string like 42 09.231' N 008 34.386' E. do you know if there is a solution for that?<br>



</div><div>
<div>addition: I did already add "# -*- encoding : utf-8 -*-" in the first line of the testfile.</div></div></div></blockquote><div><br></div><div>It works on my machine! :) </div><div><br></div>I have Mac 10.8.4, Chrome 28, Ruby 2.0.0p247, selenium-webdriver 2.33.0, watir-webdriver 0.6.4, ChromeDriver v2.1.210398.</div>


<div class="gmail_quote"><br></div><div class="gmail_quote">If I run this Ruby script:</div><div class="gmail_quote"><br></div><div class="gmail_quote"><div class="gmail_quote">require "watir-webdriver"</div><div class="gmail_quote">

browser = Watir::Browser.new :chrome</div><div class="gmail_quote">browser.goto "<a href="http://google.com">google.com</a>"</div><div class="gmail_quote">browser.text_field(name: "q").set "42° 09.231' N 008° 34.386' E"</div>

<div class="gmail_quote">browser.screenshot.save "chrome.png"</div><div><br></div></div><div class="gmail_quote">degree symbol is entered into text field (see attached screen shot).<br></div><div class="gmail_quote">

<br></div><div class="gmail_quote">Can you share your script and environment?</div><div class="gmail_quote"><br></div><div class="gmail_quote">Željko</div></div></div>