<div dir="ltr"><div><div><div>Hi,<br><br>I&#39;m writing a test script in Selenium IDE 2.5.0 (Firefox 26) for an out-of-the-box Drupal 7.24 (on Fedora 20). The script logs in as an admin. Then it clicks at &#39;People&#39; tab. The tab (a page, actually) loads up well (<a href="http://localhost/drupal7/?q=admin%2Fpeople&amp;">http://localhost/drupal7/?q=admin%2Fpeople&amp;</a>); however, Selenium IDE can&#39;t detect it as loaded (and Selenium times out).<br>

<br>If I disable usage of &#39;overlay-child.js&#39; in overlay_library() in /usr/share/drupal7/modules/overlay/overlay.module, then the problem disappears. The page loads up and gets detected as such, too.<br><br>I&#39;m new to Drupal. Could someone explain in Javascript/HTML terms (not in advanced JQuery) what overlay-child.js does, and how that could cause a problem, please?<br>

<br>I&#39;m asking you first rather than Selenium people, because Selenium is quite application-neutral and such problem are rarely caused on its side. It&#39;s quite difficult to reproduce this without installing Drupal.<br>

<br></div>I&#39;ve looked at <a href="https://api.drupal.org/api/drupal/modules!overlay!overlay.api.php/function/hook_overlay_child_initialize/7">https://api.drupal.org/api/drupal/modules!overlay!overlay.api.php/function/hook_overlay_child_initialize/7</a> and at source of overlay.module, but it&#39;s not obvious to me. It seems to me that clicking at  &#39;People&#39; tab doesn&#39;t need overlays.<br>

<br></div>Just in case you use Selenium IDE, the script is very simple:<br></div><div>-- be logged in as an admin<br></div><div>open | <a href="http://localhost/drupal7/">http://localhost/drupal7/</a><br></div>clickAndWait | id=toolbar-link-admin-people<br>

<div><div><div><br>Thank you in advance,<br><br>-Peter</div></div></div></div>