<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 class="" id="comment_text_0">   "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">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">http://stackoverflow.com/questions/3401343/scroll-element-into-view-with-selenium</a><br>[3] <a href="http://stackoverflow.com/a/3403683/451712">http://stackoverflow.com/a/3403683/451712</a>  (I commented there as "skierpage")<br><br>-- <br><div dir="ltr">=S Page  Features engineer<br></div>
</div></div>