1

I'm writing a UI automation using RobotFramework using SeleniumLibrary.

As seen in the image below there is a button hidden behind the fixed footer. I want to click that button using Robot Framework. I tried Scroll Element Into View <button_locator> but it throws below exception.

ElementClickInterceptedException: Message: element click intercepted: Element <a class="zoom-out" href="#" title="Zoom out" role="button" aria-label="Zoom out">...</a> is not clickable at point (1328, 656). Other element would receive the click: <div class="footer-actions layout-align-end-center layout-row flex-1" flex="1" layout="row" layout-align="end center">...</div>

Can someone please help me with this issue.

enter image description here

2
  • Can you click the button manually? Commented Oct 22, 2020 at 7:19
  • @Todor Minakov, Yes I can. When the page is loaded this button is hidden behind the footer. I can manually scroll the page until this button is visible and then I can click the button. Commented Oct 22, 2020 at 8:50

1 Answer 1

0
Press Key   xpath=//body        \ue00f    # this is the Page Down key

repeat 2x if neccesary more info? here: Robot Framework using Python, key press without selecting any button or element in the page

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.