Cannot click the Save Button

30 views
Skip to first unread message

Marco Sala

unread,
Sep 19, 2017, 8:48:26 AM9/19/17
to Selenium Users
Dear all

I am having troubles (Phyton) clicking the button on this form:

<form id="addressForm" action="/storefront/DE/en/EUR/my-account/add-address" method="post">

.... removed the form fields for better reading 


<div id="addressform_button_panel" class="form-actions button-group">
<a class="btn btn-cancel" href="/storefront/DE/en/EUR/my-account/address-book">
Cancel
</a>

<button name="save_address" id="save_address" class="btn btn-submit change_address_button show_processing_message"
type="submit">
Save
</button>
</div>
</form>


I am able to find the Webelement by ID, but when I try to click it, then I get this strange error:

unknown error: Element <button name="save_address" id="save_address" class="btn btn-submit change_address_button show_processing_message" type="submit">...</button> is not clickable at point (1101, 906). Other element would receive the click: <div target="_blank" class="cookie-overlay-inner">...</div>

The cancel button works perfect. 

Any help is welcome here!

Thanks.
Reply all
Reply to author
Forward
0 new messages