I get the button element by Xpath, but when try to click on it, getting element not visible exception.
<div class="modal-footer">
<button id="btnRegister" type="button" class="btn btn-primary btn-block">Register</button>
</div>
The parent div
<div class="modal fade in" id="registration-window" tabindex="-1" role="dialog" aria-labelledby="register-title" aria-hidden="false" style="display: block;">