Comment 2 for bug 1407847

Revision history for this message
Son Nguyen (ngson2000) wrote :

This is an issue of selenium driver reported here https://github.com/minkphp/MinkSelenium2Driver/issues/188 and https://github.com/minkphp/MinkSelenium2Driver/issues/198.
This issue will happen to all 'autofocus' input elements, like

 <input type="text" class="form-control required text autofocus" id="profileform_firstname" name="firstname" size="30" tabindex="0" maxlength="50" value="Admin">

I will try to implement a work-around