<div dir="ltr"><br><div>I couldn't repro locally because the test failed for me. </div><div><br></div><div>I wonder two things:  one is whether or not it's a known webdriver issue: <a href="https://code.google.com/p/selenium/issues/detail?id=7249">https://code.google.com/p/selenium/issues/detail?id=7249</a></div><div><br></div><div>The other is whether there is some z-axis shenanigans going on: <a href="http://stackoverflow.com/questions/17602334/element-is-not-currently-visible-and-so-may-not-be-interacted-with-but-another">http://stackoverflow.com/questions/17602334/element-is-not-currently-visible-and-so-may-not-be-interacted-with-but-another</a></div><div><br></div><div>If I can get the test passing in Chrome, I'll look further... </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 16, 2014 at 12:58 PM, S Page <span dir="ltr"><<a href="mailto:spage@wikimedia.org" target="_blank">spage@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"><div><div>Flow topics and posts have a dropdown "action menu". Tests that interact with the bottom item in the action menu started failing on Firefox because it is outside the browser window, so attempts to click it get<br></div><pre>   "Element is not currently visible and so may not be interacted with"</pre>(bug 70878 [1]).<br><br></div><div>Other Selenium users have this issue[2], but that StackOverflow has comments like<br>"Selenium 2 tries to scroll to the element and then click on it" [3]<br><br>If I run the test in chromium 37 on my browser and shrink the window, chromium scrolls the window to bring the element into view. But Firefox 32 doesn't seem to scroll at all. I'm running selenium-webdriver 2.43.0 locally.  Is this a known Firefox issue?  Must I put JS executeScript( scrollIntoView() ) hacks into my support code?<br><br>Thanks as always.<br><br>[1] <a href="https://bugzilla.wikimedia.org/show_bug.cgi?id=70878" target="_blank">https://bugzilla.wikimedia.org/show_bug.cgi?id=70878</a><br>[2] <a href="http://stackoverflow.com/questions/3401343/scroll-element-into-view-with-selenium" target="_blank">http://stackoverflow.com/questions/3401343/scroll-element-into-view-with-selenium</a><br>[3] <a href="http://stackoverflow.com/a/3403683/451712" target="_blank">http://stackoverflow.com/a/3403683/451712</a>  (I commented there as "skierpage")<span class="HOEnZb"><font color="#888888"><br><br>-- <br><div dir="ltr">=S Page  Features engineer<br></div>
</font></span></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>